class android.hardware.hdmi.IHdmiDeviceEventListener$Stub$Proxy implements android.hardware.hdmi.IHdmiDeviceEventListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.hardware.hdmi.IHdmiDeviceEventListener$Stub$Proxy
  super_class: java.lang.Object
{
  private android.os.IBinder mRemote;
    descriptor: Landroid/os/IBinder;
    flags: (0x0002) ACC_PRIVATE

  void <init>(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.hardware.hdmi.IHdmiDeviceEventListener$Stub$Proxy this
        start local 1 // android.os.IBinder remote
         0: .line 76
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 78
            aload 0 /* this */
            aload 1 /* remote */
            putfield android.hardware.hdmi.IHdmiDeviceEventListener$Stub$Proxy.mRemote:Landroid/os/IBinder;
         2: .line 79
            return
        end local 1 // android.os.IBinder remote
        end local 0 // android.hardware.hdmi.IHdmiDeviceEventListener$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/hardware/hdmi/IHdmiDeviceEventListener$Stub$Proxy;
            0    3     1  remote  Landroid/os/IBinder;
    MethodParameters:
        Name  Flags
      remote  

  public android.os.IBinder asBinder();
    descriptor: ()Landroid/os/IBinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.hdmi.IHdmiDeviceEventListener$Stub$Proxy this
         0: .line 82
            aload 0 /* this */
            getfield android.hardware.hdmi.IHdmiDeviceEventListener$Stub$Proxy.mRemote:Landroid/os/IBinder;
            areturn
        end local 0 // android.hardware.hdmi.IHdmiDeviceEventListener$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/hdmi/IHdmiDeviceEventListener$Stub$Proxy;

  public java.lang.String getInterfaceDescriptor();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.hdmi.IHdmiDeviceEventListener$Stub$Proxy this
         0: .line 86
            ldc "android.hardware.hdmi.IHdmiDeviceEventListener"
            areturn
        end local 0 // android.hardware.hdmi.IHdmiDeviceEventListener$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/hdmi/IHdmiDeviceEventListener$Stub$Proxy;

  public void onStatusChanged(android.hardware.hdmi.HdmiDeviceInfo, int);
    descriptor: (Landroid/hardware/hdmi/HdmiDeviceInfo;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // android.hardware.hdmi.IHdmiDeviceEventListener$Stub$Proxy this
        start local 1 // android.hardware.hdmi.HdmiDeviceInfo deviceInfo
        start local 2 // int status
         0: .line 100
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _data */
        start local 3 // android.os.Parcel _data
         1: .line 102
            aload 3 /* _data */
            ldc "android.hardware.hdmi.IHdmiDeviceEventListener"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         2: .line 103
            aload 1 /* deviceInfo */
            ifnull 6
         3: .line 104
            aload 3 /* _data */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 105
            aload 1 /* deviceInfo */
            aload 3 /* _data */
            iconst_0
            invokevirtual android.hardware.hdmi.HdmiDeviceInfo.writeToParcel:(Landroid/os/Parcel;I)V
         5: .line 106
            goto 7
         6: .line 108
      StackMap locals: android.os.Parcel
      StackMap stack:
            aload 3 /* _data */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
         7: .line 110
      StackMap locals:
      StackMap stack:
            aload 3 /* _data */
            iload 2 /* status */
            invokevirtual android.os.Parcel.writeInt:(I)V
         8: .line 111
            aload 0 /* this */
            getfield android.hardware.hdmi.IHdmiDeviceEventListener$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_1
            aload 3 /* _data */
            aconst_null
            iconst_1
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         9: .line 112
            goto 13
        10: .line 113
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        11: .line 114
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 115
            aload 4
            athrow
        13: .line 114
      StackMap locals:
      StackMap stack:
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 116
            return
        end local 3 // android.os.Parcel _data
        end local 2 // int status
        end local 1 // android.hardware.hdmi.HdmiDeviceInfo deviceInfo
        end local 0 // android.hardware.hdmi.IHdmiDeviceEventListener$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Landroid/hardware/hdmi/IHdmiDeviceEventListener$Stub$Proxy;
            0   15     1  deviceInfo  Landroid/hardware/hdmi/HdmiDeviceInfo;
            0   15     2      status  I
            1   15     3       _data  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           1    10      10  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      deviceInfo  
      status      
}
SourceFile: "IHdmiDeviceEventListener.java"
NestHost: android.hardware.hdmi.IHdmiDeviceEventListener
InnerClasses:
  public abstract Stub = android.hardware.hdmi.IHdmiDeviceEventListener$Stub of android.hardware.hdmi.IHdmiDeviceEventListener
  private Proxy = android.hardware.hdmi.IHdmiDeviceEventListener$Stub$Proxy of android.hardware.hdmi.IHdmiDeviceEventListener$Stub