public final class android.hardware.hdmi.HdmiTvClient extends android.hardware.hdmi.HdmiClient
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.hardware.hdmi.HdmiTvClient
  super_class: android.hardware.hdmi.HdmiClient
{
  private static final java.lang.String TAG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "HdmiTvClient"

  public static final int VENDOR_DATA_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  void <init>(android.hardware.hdmi.IHdmiControlService);
    descriptor: (Landroid/hardware/hdmi/IHdmiControlService;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.hardware.hdmi.HdmiTvClient this
        start local 1 // android.hardware.hdmi.IHdmiControlService service
         0: .line 47
            aload 0 /* this */
            aload 1 /* service */
            invokespecial android.hardware.hdmi.HdmiClient.<init>:(Landroid/hardware/hdmi/IHdmiControlService;)V
         1: .line 48
            return
        end local 1 // android.hardware.hdmi.IHdmiControlService service
        end local 0 // android.hardware.hdmi.HdmiTvClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/hardware/hdmi/HdmiTvClient;
            0    2     1  service  Landroid/hardware/hdmi/IHdmiControlService;
    MethodParameters:
         Name  Flags
      service  

  static android.hardware.hdmi.HdmiTvClient create(android.hardware.hdmi.IHdmiControlService);
    descriptor: (Landroid/hardware/hdmi/IHdmiControlService;)Landroid/hardware/hdmi/HdmiTvClient;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.hardware.hdmi.IHdmiControlService service
         0: .line 53
            new android.hardware.hdmi.HdmiTvClient
            dup
            aload 0 /* service */
            invokespecial android.hardware.hdmi.HdmiTvClient.<init>:(Landroid/hardware/hdmi/IHdmiControlService;)V
            areturn
        end local 0 // android.hardware.hdmi.IHdmiControlService service
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  service  Landroid/hardware/hdmi/IHdmiControlService;
    MethodParameters:
         Name  Flags
      service  

  public int getDeviceType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.hdmi.HdmiTvClient this
         0: .line 58
            iconst_0
            ireturn
        end local 0 // android.hardware.hdmi.HdmiTvClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/hdmi/HdmiTvClient;

  public void deviceSelect(int, android.hardware.hdmi.HdmiTvClient$SelectCallback);
    descriptor: (ILandroid/hardware/hdmi/HdmiTvClient$SelectCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // android.hardware.hdmi.HdmiTvClient this
        start local 1 // int logicalAddress
        start local 2 // android.hardware.hdmi.HdmiTvClient$SelectCallback callback
         0: .line 81
            aload 2 /* callback */
            ifnonnull 2
         1: .line 82
            new java.lang.IllegalArgumentException
            dup
            ldc "callback must not be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiTvClient.mService:Landroid/hardware/hdmi/IHdmiControlService;
            iload 1 /* logicalAddress */
            aload 2 /* callback */
            invokestatic android.hardware.hdmi.HdmiTvClient.getCallbackWrapper:(Landroid/hardware/hdmi/HdmiTvClient$SelectCallback;)Landroid/hardware/hdmi/IHdmiControlCallback;
            invokeinterface android.hardware.hdmi.IHdmiControlService.deviceSelect:(ILandroid/hardware/hdmi/IHdmiControlCallback;)V
         3: .line 86
            goto 6
      StackMap locals:
      StackMap stack: android.os.RemoteException
         4: astore 3 /* e */
        start local 3 // android.os.RemoteException e
         5: .line 87
            ldc "HdmiTvClient"
            ldc "failed to select device: "
            aload 3 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 3 // android.os.RemoteException e
         6: .line 89
      StackMap locals:
      StackMap stack:
            return
        end local 2 // android.hardware.hdmi.HdmiTvClient$SelectCallback callback
        end local 1 // int logicalAddress
        end local 0 // android.hardware.hdmi.HdmiTvClient this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Landroid/hardware/hdmi/HdmiTvClient;
            0    7     1  logicalAddress  I
            0    7     2        callback  Landroid/hardware/hdmi/HdmiTvClient$SelectCallback;
            5    6     3               e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           2     3       4  Class android.os.RemoteException
    MethodParameters:
                Name  Flags
      logicalAddress  
      callback        

  private static android.hardware.hdmi.IHdmiControlCallback getCallbackWrapper(android.hardware.hdmi.HdmiTvClient$SelectCallback);
    descriptor: (Landroid/hardware/hdmi/HdmiTvClient$SelectCallback;)Landroid/hardware/hdmi/IHdmiControlCallback;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.hardware.hdmi.HdmiTvClient$SelectCallback callback
         0: .line 92
            new android.hardware.hdmi.HdmiTvClient$1
            dup
            aload 0 /* callback */
            invokespecial android.hardware.hdmi.HdmiTvClient$1.<init>:(Landroid/hardware/hdmi/HdmiTvClient$SelectCallback;)V
            areturn
        end local 0 // android.hardware.hdmi.HdmiTvClient$SelectCallback callback
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  callback  Landroid/hardware/hdmi/HdmiTvClient$SelectCallback;
    MethodParameters:
          Name  Flags
      callback  final

  public void portSelect(int, android.hardware.hdmi.HdmiTvClient$SelectCallback);
    descriptor: (ILandroid/hardware/hdmi/HdmiTvClient$SelectCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // android.hardware.hdmi.HdmiTvClient this
        start local 1 // int portId
        start local 2 // android.hardware.hdmi.HdmiTvClient$SelectCallback callback
         0: .line 108
            aload 2 /* callback */
            ifnonnull 2
         1: .line 109
            new java.lang.IllegalArgumentException
            dup
            ldc "Callback must not be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiTvClient.mService:Landroid/hardware/hdmi/IHdmiControlService;
            iload 1 /* portId */
            aload 2 /* callback */
            invokestatic android.hardware.hdmi.HdmiTvClient.getCallbackWrapper:(Landroid/hardware/hdmi/HdmiTvClient$SelectCallback;)Landroid/hardware/hdmi/IHdmiControlCallback;
            invokeinterface android.hardware.hdmi.IHdmiControlService.portSelect:(ILandroid/hardware/hdmi/IHdmiControlCallback;)V
         3: .line 113
            goto 6
      StackMap locals:
      StackMap stack: android.os.RemoteException
         4: astore 3 /* e */
        start local 3 // android.os.RemoteException e
         5: .line 114
            ldc "HdmiTvClient"
            ldc "failed to select port: "
            aload 3 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 3 // android.os.RemoteException e
         6: .line 116
      StackMap locals:
      StackMap stack:
            return
        end local 2 // android.hardware.hdmi.HdmiTvClient$SelectCallback callback
        end local 1 // int portId
        end local 0 // android.hardware.hdmi.HdmiTvClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Landroid/hardware/hdmi/HdmiTvClient;
            0    7     1    portId  I
            0    7     2  callback  Landroid/hardware/hdmi/HdmiTvClient$SelectCallback;
            5    6     3         e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           2     3       4  Class android.os.RemoteException
    MethodParameters:
          Name  Flags
      portId    
      callback  

  public void setInputChangeListener(android.hardware.hdmi.HdmiTvClient$InputChangeListener);
    descriptor: (Landroid/hardware/hdmi/HdmiTvClient$InputChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.hardware.hdmi.HdmiTvClient this
        start local 1 // android.hardware.hdmi.HdmiTvClient$InputChangeListener listener
         0: .line 136
            aload 1 /* listener */
            ifnonnull 2
         1: .line 137
            new java.lang.IllegalArgumentException
            dup
            ldc "listener must not be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiTvClient.mService:Landroid/hardware/hdmi/IHdmiControlService;
            aload 1 /* listener */
            invokestatic android.hardware.hdmi.HdmiTvClient.getListenerWrapper:(Landroid/hardware/hdmi/HdmiTvClient$InputChangeListener;)Landroid/hardware/hdmi/IHdmiInputChangeListener;
            invokeinterface android.hardware.hdmi.IHdmiControlService.setInputChangeListener:(Landroid/hardware/hdmi/IHdmiInputChangeListener;)V
         3: .line 141
            goto 6
      StackMap locals:
      StackMap stack: android.os.RemoteException
         4: astore 2 /* e */
        start local 2 // android.os.RemoteException e
         5: .line 142
            ldc "TAG"
            ldc "Failed to set InputChangeListener:"
            aload 2 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 2 // android.os.RemoteException e
         6: .line 144
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.hardware.hdmi.HdmiTvClient$InputChangeListener listener
        end local 0 // android.hardware.hdmi.HdmiTvClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Landroid/hardware/hdmi/HdmiTvClient;
            0    7     1  listener  Landroid/hardware/hdmi/HdmiTvClient$InputChangeListener;
            5    6     2         e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           2     3       4  Class android.os.RemoteException
    MethodParameters:
          Name  Flags
      listener  

  private static android.hardware.hdmi.IHdmiInputChangeListener getListenerWrapper(android.hardware.hdmi.HdmiTvClient$InputChangeListener);
    descriptor: (Landroid/hardware/hdmi/HdmiTvClient$InputChangeListener;)Landroid/hardware/hdmi/IHdmiInputChangeListener;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.hardware.hdmi.HdmiTvClient$InputChangeListener listener
         0: .line 147
            new android.hardware.hdmi.HdmiTvClient$2
            dup
            aload 0 /* listener */
            invokespecial android.hardware.hdmi.HdmiTvClient$2.<init>:(Landroid/hardware/hdmi/HdmiTvClient$InputChangeListener;)V
            areturn
        end local 0 // android.hardware.hdmi.HdmiTvClient$InputChangeListener listener
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  listener  Landroid/hardware/hdmi/HdmiTvClient$InputChangeListener;
    MethodParameters:
          Name  Flags
      listener  final

  public java.util.List<android.hardware.hdmi.HdmiDeviceInfo> getDeviceList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.hardware.hdmi.HdmiTvClient this
         0: .line 163
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiTvClient.mService:Landroid/hardware/hdmi/IHdmiControlService;
            invokeinterface android.hardware.hdmi.IHdmiControlService.getDeviceList:()Ljava/util/List;
         1: areturn
         2: .line 164
      StackMap locals:
      StackMap stack: android.os.RemoteException
            astore 1 /* e */
        start local 1 // android.os.RemoteException e
         3: .line 165
            ldc "TAG"
            ldc "Failed to call getDeviceList():"
            aload 1 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
         4: .line 166
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
        end local 1 // android.os.RemoteException e
        end local 0 // android.hardware.hdmi.HdmiTvClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/hardware/hdmi/HdmiTvClient;
            3    5     1     e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
    Signature: ()Ljava/util/List<Landroid/hardware/hdmi/HdmiDeviceInfo;>;

  public void setSystemAudioMode(boolean, android.hardware.hdmi.HdmiTvClient$SelectCallback);
    descriptor: (ZLandroid/hardware/hdmi/HdmiTvClient$SelectCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // android.hardware.hdmi.HdmiTvClient this
        start local 1 // boolean enabled
        start local 2 // android.hardware.hdmi.HdmiTvClient$SelectCallback callback
         0: .line 179
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiTvClient.mService:Landroid/hardware/hdmi/IHdmiControlService;
            iload 1 /* enabled */
            aload 2 /* callback */
            invokestatic android.hardware.hdmi.HdmiTvClient.getCallbackWrapper:(Landroid/hardware/hdmi/HdmiTvClient$SelectCallback;)Landroid/hardware/hdmi/IHdmiControlCallback;
            invokeinterface android.hardware.hdmi.IHdmiControlService.setSystemAudioMode:(ZLandroid/hardware/hdmi/IHdmiControlCallback;)V
         1: .line 180
            goto 4
      StackMap locals:
      StackMap stack: android.os.RemoteException
         2: astore 3 /* e */
        start local 3 // android.os.RemoteException e
         3: .line 181
            ldc "HdmiTvClient"
            ldc "failed to set system audio mode:"
            aload 3 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 3 // android.os.RemoteException e
         4: .line 183
      StackMap locals:
      StackMap stack:
            return
        end local 2 // android.hardware.hdmi.HdmiTvClient$SelectCallback callback
        end local 1 // boolean enabled
        end local 0 // android.hardware.hdmi.HdmiTvClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Landroid/hardware/hdmi/HdmiTvClient;
            0    5     1   enabled  Z
            0    5     2  callback  Landroid/hardware/hdmi/HdmiTvClient$SelectCallback;
            3    4     3         e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
    MethodParameters:
          Name  Flags
      enabled   
      callback  

  public void setSystemAudioVolume(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // android.hardware.hdmi.HdmiTvClient this
        start local 1 // int oldIndex
        start local 2 // int newIndex
        start local 3 // int maxIndex
         0: .line 194
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiTvClient.mService:Landroid/hardware/hdmi/IHdmiControlService;
            iload 1 /* oldIndex */
            iload 2 /* newIndex */
            iload 3 /* maxIndex */
            invokeinterface android.hardware.hdmi.IHdmiControlService.setSystemAudioVolume:(III)V
         1: .line 195
            goto 4
      StackMap locals:
      StackMap stack: android.os.RemoteException
         2: astore 4 /* e */
        start local 4 // android.os.RemoteException e
         3: .line 196
            ldc "HdmiTvClient"
            ldc "failed to set volume: "
            aload 4 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 4 // android.os.RemoteException e
         4: .line 198
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int maxIndex
        end local 2 // int newIndex
        end local 1 // int oldIndex
        end local 0 // android.hardware.hdmi.HdmiTvClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Landroid/hardware/hdmi/HdmiTvClient;
            0    5     1  oldIndex  I
            0    5     2  newIndex  I
            0    5     3  maxIndex  I
            3    4     4         e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
    MethodParameters:
          Name  Flags
      oldIndex  
      newIndex  
      maxIndex  

  public void setSystemAudioMute(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.hardware.hdmi.HdmiTvClient this
        start local 1 // boolean mute
         0: .line 207
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiTvClient.mService:Landroid/hardware/hdmi/IHdmiControlService;
            iload 1 /* mute */
            invokeinterface android.hardware.hdmi.IHdmiControlService.setSystemAudioMute:(Z)V
         1: .line 208
            goto 4
      StackMap locals:
      StackMap stack: android.os.RemoteException
         2: astore 2 /* e */
        start local 2 // android.os.RemoteException e
         3: .line 209
            ldc "HdmiTvClient"
            ldc "failed to set mute: "
            aload 2 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 2 // android.os.RemoteException e
         4: .line 211
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean mute
        end local 0 // android.hardware.hdmi.HdmiTvClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/hardware/hdmi/HdmiTvClient;
            0    5     1  mute  Z
            3    4     2     e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
    MethodParameters:
      Name  Flags
      mute  

  public void setRecordListener(android.hardware.hdmi.HdmiRecordListener);
    descriptor: (Landroid/hardware/hdmi/HdmiRecordListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.hardware.hdmi.HdmiTvClient this
        start local 1 // android.hardware.hdmi.HdmiRecordListener listener
         0: .line 219
            aload 1 /* listener */
            ifnonnull 2
         1: .line 220
            new java.lang.IllegalArgumentException
            dup
            ldc "listener must not be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiTvClient.mService:Landroid/hardware/hdmi/IHdmiControlService;
            aload 1 /* listener */
            invokestatic android.hardware.hdmi.HdmiTvClient.getListenerWrapper:(Landroid/hardware/hdmi/HdmiRecordListener;)Landroid/hardware/hdmi/IHdmiRecordListener;
            invokeinterface android.hardware.hdmi.IHdmiControlService.setHdmiRecordListener:(Landroid/hardware/hdmi/IHdmiRecordListener;)V
         3: .line 224
            goto 6
      StackMap locals:
      StackMap stack: android.os.RemoteException
         4: astore 2 /* e */
        start local 2 // android.os.RemoteException e
         5: .line 225
            ldc "HdmiTvClient"
            ldc "failed to set record listener."
            aload 2 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 2 // android.os.RemoteException e
         6: .line 227
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.hardware.hdmi.HdmiRecordListener listener
        end local 0 // android.hardware.hdmi.HdmiTvClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Landroid/hardware/hdmi/HdmiTvClient;
            0    7     1  listener  Landroid/hardware/hdmi/HdmiRecordListener;
            5    6     2         e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           2     3       4  Class android.os.RemoteException
    MethodParameters:
          Name  Flags
      listener  

  public void sendStandby(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.hardware.hdmi.HdmiTvClient this
        start local 1 // int deviceId
         0: .line 236
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiTvClient.mService:Landroid/hardware/hdmi/IHdmiControlService;
            aload 0 /* this */
            invokevirtual android.hardware.hdmi.HdmiTvClient.getDeviceType:()I
            iload 1 /* deviceId */
            invokeinterface android.hardware.hdmi.IHdmiControlService.sendStandby:(II)V
         1: .line 237
            goto 4
      StackMap locals:
      StackMap stack: android.os.RemoteException
         2: astore 2 /* e */
        start local 2 // android.os.RemoteException e
         3: .line 238
            ldc "HdmiTvClient"
            ldc "sendStandby threw exception "
            aload 2 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 2 // android.os.RemoteException e
         4: .line 240
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int deviceId
        end local 0 // android.hardware.hdmi.HdmiTvClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Landroid/hardware/hdmi/HdmiTvClient;
            0    5     1  deviceId  I
            3    4     2         e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
    MethodParameters:
          Name  Flags
      deviceId  

  private static android.hardware.hdmi.IHdmiRecordListener getListenerWrapper(android.hardware.hdmi.HdmiRecordListener);
    descriptor: (Landroid/hardware/hdmi/HdmiRecordListener;)Landroid/hardware/hdmi/IHdmiRecordListener;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.hardware.hdmi.HdmiRecordListener callback
         0: .line 243
            new android.hardware.hdmi.HdmiTvClient$3
            dup
            aload 0 /* callback */
            invokespecial android.hardware.hdmi.HdmiTvClient$3.<init>:(Landroid/hardware/hdmi/HdmiRecordListener;)V
            areturn
        end local 0 // android.hardware.hdmi.HdmiRecordListener callback
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  callback  Landroid/hardware/hdmi/HdmiRecordListener;
    MethodParameters:
          Name  Flags
      callback  final

  public void startOneTouchRecord(int, android.hardware.hdmi.HdmiRecordSources$RecordSource);
    descriptor: (ILandroid/hardware/hdmi/HdmiRecordSources$RecordSource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // android.hardware.hdmi.HdmiTvClient this
        start local 1 // int recorderAddress
        start local 2 // android.hardware.hdmi.HdmiRecordSources$RecordSource source
         0: .line 286
            aload 2 /* source */
            ifnonnull 2
         1: .line 287
            new java.lang.IllegalArgumentException
            dup
            ldc "source must not be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 291
      StackMap locals:
      StackMap stack:
            aload 2 /* source */
            iconst_1
            invokevirtual android.hardware.hdmi.HdmiRecordSources$RecordSource.getDataSize:(Z)I
            newarray 8
            astore 3 /* data */
        start local 3 // byte[] data
         3: .line 292
            aload 2 /* source */
            iconst_1
            aload 3 /* data */
            iconst_0
            invokevirtual android.hardware.hdmi.HdmiRecordSources$RecordSource.toByteArray:(Z[BI)I
            pop
         4: .line 293
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiTvClient.mService:Landroid/hardware/hdmi/IHdmiControlService;
            iload 1 /* recorderAddress */
            aload 3 /* data */
            invokeinterface android.hardware.hdmi.IHdmiControlService.startOneTouchRecord:(I[B)V
        end local 3 // byte[] data
         5: .line 294
            goto 8
      StackMap locals:
      StackMap stack: android.os.RemoteException
         6: astore 3 /* e */
        start local 3 // android.os.RemoteException e
         7: .line 295
            ldc "HdmiTvClient"
            ldc "failed to start record: "
            aload 3 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 3 // android.os.RemoteException e
         8: .line 297
      StackMap locals:
      StackMap stack:
            return
        end local 2 // android.hardware.hdmi.HdmiRecordSources$RecordSource source
        end local 1 // int recorderAddress
        end local 0 // android.hardware.hdmi.HdmiTvClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Landroid/hardware/hdmi/HdmiTvClient;
            0    9     1  recorderAddress  I
            0    9     2           source  Landroid/hardware/hdmi/HdmiRecordSources$RecordSource;
            3    5     3             data  [B
            7    8     3                e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           2     5       6  Class android.os.RemoteException
    MethodParameters:
                 Name  Flags
      recorderAddress  
      source           

  public void stopOneTouchRecord(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.hardware.hdmi.HdmiTvClient this
        start local 1 // int recorderAddress
         0: .line 306
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiTvClient.mService:Landroid/hardware/hdmi/IHdmiControlService;
            iload 1 /* recorderAddress */
            invokeinterface android.hardware.hdmi.IHdmiControlService.stopOneTouchRecord:(I)V
         1: .line 307
            goto 4
      StackMap locals:
      StackMap stack: android.os.RemoteException
         2: astore 2 /* e */
        start local 2 // android.os.RemoteException e
         3: .line 308
            ldc "HdmiTvClient"
            ldc "failed to stop record: "
            aload 2 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 2 // android.os.RemoteException e
         4: .line 310
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int recorderAddress
        end local 0 // android.hardware.hdmi.HdmiTvClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Landroid/hardware/hdmi/HdmiTvClient;
            0    5     1  recorderAddress  I
            3    4     2                e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
    MethodParameters:
                 Name  Flags
      recorderAddress  

  public void startTimerRecording(int, int, android.hardware.hdmi.HdmiTimerRecordSources$TimerRecordSource);
    descriptor: (IILandroid/hardware/hdmi/HdmiTimerRecordSources$TimerRecordSource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // android.hardware.hdmi.HdmiTvClient this
        start local 1 // int recorderAddress
        start local 2 // int sourceType
        start local 3 // android.hardware.hdmi.HdmiTimerRecordSources$TimerRecordSource source
         0: .line 335
            aload 3 /* source */
            ifnonnull 2
         1: .line 336
            new java.lang.IllegalArgumentException
            dup
            ldc "source must not be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* sourceType */
            invokevirtual android.hardware.hdmi.HdmiTvClient.checkTimerRecordingSourceType:(I)V
         3: .line 342
            aload 3 /* source */
            invokevirtual android.hardware.hdmi.HdmiTimerRecordSources$TimerRecordSource.getDataSize:()I
            newarray 8
            astore 4 /* data */
        start local 4 // byte[] data
         4: .line 343
            aload 3 /* source */
            aload 4 /* data */
            iconst_0
            invokevirtual android.hardware.hdmi.HdmiTimerRecordSources$TimerRecordSource.toByteArray:([BI)I
            pop
         5: .line 344
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiTvClient.mService:Landroid/hardware/hdmi/IHdmiControlService;
            iload 1 /* recorderAddress */
            iload 2 /* sourceType */
            aload 4 /* data */
            invokeinterface android.hardware.hdmi.IHdmiControlService.startTimerRecording:(II[B)V
        end local 4 // byte[] data
         6: .line 345
            goto 9
      StackMap locals:
      StackMap stack: android.os.RemoteException
         7: astore 4 /* e */
        start local 4 // android.os.RemoteException e
         8: .line 346
            ldc "HdmiTvClient"
            ldc "failed to start record: "
            aload 4 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 4 // android.os.RemoteException e
         9: .line 348
      StackMap locals:
      StackMap stack:
            return
        end local 3 // android.hardware.hdmi.HdmiTimerRecordSources$TimerRecordSource source
        end local 2 // int sourceType
        end local 1 // int recorderAddress
        end local 0 // android.hardware.hdmi.HdmiTvClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Landroid/hardware/hdmi/HdmiTvClient;
            0   10     1  recorderAddress  I
            0   10     2       sourceType  I
            0   10     3           source  Landroid/hardware/hdmi/HdmiTimerRecordSources$TimerRecordSource;
            4    6     4             data  [B
            8    9     4                e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           3     6       7  Class android.os.RemoteException
    MethodParameters:
                 Name  Flags
      recorderAddress  
      sourceType       
      source           

  private void checkTimerRecordingSourceType(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // android.hardware.hdmi.HdmiTvClient this
        start local 1 // int sourceType
         0: .line 351
            iload 1 /* sourceType */
            tableswitch { // 1 - 3
                    1: 1
                    2: 1
                    3: 1
              default: 2
          }
         1: .line 355
      StackMap locals:
      StackMap stack:
            goto 3
         2: .line 357
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid source type:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* sourceType */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 359
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int sourceType
        end local 0 // android.hardware.hdmi.HdmiTvClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Landroid/hardware/hdmi/HdmiTvClient;
            0    4     1  sourceType  I
    MethodParameters:
            Name  Flags
      sourceType  

  public void clearTimerRecording(int, int, android.hardware.hdmi.HdmiTimerRecordSources$TimerRecordSource);
    descriptor: (IILandroid/hardware/hdmi/HdmiTimerRecordSources$TimerRecordSource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // android.hardware.hdmi.HdmiTvClient this
        start local 1 // int recorderAddress
        start local 2 // int sourceType
        start local 3 // android.hardware.hdmi.HdmiTimerRecordSources$TimerRecordSource source
         0: .line 366
            aload 3 /* source */
            ifnonnull 2
         1: .line 367
            new java.lang.IllegalArgumentException
            dup
            ldc "source must not be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* sourceType */
            invokevirtual android.hardware.hdmi.HdmiTvClient.checkTimerRecordingSourceType:(I)V
         3: .line 372
            aload 3 /* source */
            invokevirtual android.hardware.hdmi.HdmiTimerRecordSources$TimerRecordSource.getDataSize:()I
            newarray 8
            astore 4 /* data */
        start local 4 // byte[] data
         4: .line 373
            aload 3 /* source */
            aload 4 /* data */
            iconst_0
            invokevirtual android.hardware.hdmi.HdmiTimerRecordSources$TimerRecordSource.toByteArray:([BI)I
            pop
         5: .line 374
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiTvClient.mService:Landroid/hardware/hdmi/IHdmiControlService;
            iload 1 /* recorderAddress */
            iload 2 /* sourceType */
            aload 4 /* data */
            invokeinterface android.hardware.hdmi.IHdmiControlService.clearTimerRecording:(II[B)V
        end local 4 // byte[] data
         6: .line 375
            goto 9
      StackMap locals:
      StackMap stack: android.os.RemoteException
         7: astore 4 /* e */
        start local 4 // android.os.RemoteException e
         8: .line 376
            ldc "HdmiTvClient"
            ldc "failed to start record: "
            aload 4 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 4 // android.os.RemoteException e
         9: .line 378
      StackMap locals:
      StackMap stack:
            return
        end local 3 // android.hardware.hdmi.HdmiTimerRecordSources$TimerRecordSource source
        end local 2 // int sourceType
        end local 1 // int recorderAddress
        end local 0 // android.hardware.hdmi.HdmiTvClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Landroid/hardware/hdmi/HdmiTvClient;
            0   10     1  recorderAddress  I
            0   10     2       sourceType  I
            0   10     3           source  Landroid/hardware/hdmi/HdmiTimerRecordSources$TimerRecordSource;
            4    6     4             data  [B
            8    9     4                e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           3     6       7  Class android.os.RemoteException
    MethodParameters:
                 Name  Flags
      recorderAddress  
      sourceType       
      source           

  public void setHdmiMhlVendorCommandListener(android.hardware.hdmi.HdmiTvClient$HdmiMhlVendorCommandListener);
    descriptor: (Landroid/hardware/hdmi/HdmiTvClient$HdmiMhlVendorCommandListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.hardware.hdmi.HdmiTvClient this
        start local 1 // android.hardware.hdmi.HdmiTvClient$HdmiMhlVendorCommandListener listener
         0: .line 393
            aload 1 /* listener */
            ifnonnull 2
         1: .line 394
            new java.lang.IllegalArgumentException
            dup
            ldc "listener must not be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 397
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiTvClient.mService:Landroid/hardware/hdmi/IHdmiControlService;
            aload 0 /* this */
            aload 1 /* listener */
            invokevirtual android.hardware.hdmi.HdmiTvClient.getListenerWrapper:(Landroid/hardware/hdmi/HdmiTvClient$HdmiMhlVendorCommandListener;)Landroid/hardware/hdmi/IHdmiMhlVendorCommandListener;
            invokeinterface android.hardware.hdmi.IHdmiControlService.addHdmiMhlVendorCommandListener:(Landroid/hardware/hdmi/IHdmiMhlVendorCommandListener;)V
         3: .line 398
            goto 6
      StackMap locals:
      StackMap stack: android.os.RemoteException
         4: astore 2 /* e */
        start local 2 // android.os.RemoteException e
         5: .line 399
            ldc "HdmiTvClient"
            ldc "failed to set hdmi mhl vendor command listener: "
            aload 2 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 2 // android.os.RemoteException e
         6: .line 401
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.hardware.hdmi.HdmiTvClient$HdmiMhlVendorCommandListener listener
        end local 0 // android.hardware.hdmi.HdmiTvClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Landroid/hardware/hdmi/HdmiTvClient;
            0    7     1  listener  Landroid/hardware/hdmi/HdmiTvClient$HdmiMhlVendorCommandListener;
            5    6     2         e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           2     3       4  Class android.os.RemoteException
    MethodParameters:
          Name  Flags
      listener  

  private android.hardware.hdmi.IHdmiMhlVendorCommandListener getListenerWrapper(android.hardware.hdmi.HdmiTvClient$HdmiMhlVendorCommandListener);
    descriptor: (Landroid/hardware/hdmi/HdmiTvClient$HdmiMhlVendorCommandListener;)Landroid/hardware/hdmi/IHdmiMhlVendorCommandListener;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // android.hardware.hdmi.HdmiTvClient this
        start local 1 // android.hardware.hdmi.HdmiTvClient$HdmiMhlVendorCommandListener listener
         0: .line 405
            new android.hardware.hdmi.HdmiTvClient$4
            dup
            aload 0 /* this */
            aload 1 /* listener */
            invokespecial android.hardware.hdmi.HdmiTvClient$4.<init>:(Landroid/hardware/hdmi/HdmiTvClient;Landroid/hardware/hdmi/HdmiTvClient$HdmiMhlVendorCommandListener;)V
            areturn
        end local 1 // android.hardware.hdmi.HdmiTvClient$HdmiMhlVendorCommandListener listener
        end local 0 // android.hardware.hdmi.HdmiTvClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Landroid/hardware/hdmi/HdmiTvClient;
            0    1     1  listener  Landroid/hardware/hdmi/HdmiTvClient$HdmiMhlVendorCommandListener;
    MethodParameters:
          Name  Flags
      listener  final

  public void sendMhlVendorCommand(int, int, int, byte[]);
    descriptor: (III[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // android.hardware.hdmi.HdmiTvClient this
        start local 1 // int portId
        start local 2 // int offset
        start local 3 // int length
        start local 4 // byte[] data
         0: .line 423
            aload 4 /* data */
            ifnull 1
            aload 4 /* data */
            arraylength
            bipush 16
            if_icmpeq 2
         1: .line 424
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid vendor command data."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 426
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iflt 3
            iload 2 /* offset */
            bipush 16
            if_icmplt 4
         3: .line 427
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid offset:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* offset */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 429
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            iflt 5
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            bipush 16
            if_icmple 6
         5: .line 430
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid length:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* length */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiTvClient.mService:Landroid/hardware/hdmi/IHdmiControlService;
            iload 1 /* portId */
            iload 2 /* offset */
            iload 3 /* length */
            aload 4 /* data */
            invokeinterface android.hardware.hdmi.IHdmiControlService.sendMhlVendorCommand:(III[B)V
         7: .line 435
            goto 10
      StackMap locals:
      StackMap stack: android.os.RemoteException
         8: astore 5 /* e */
        start local 5 // android.os.RemoteException e
         9: .line 436
            ldc "HdmiTvClient"
            ldc "failed to send vendor command: "
            aload 5 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 5 // android.os.RemoteException e
        10: .line 438
      StackMap locals:
      StackMap stack:
            return
        end local 4 // byte[] data
        end local 3 // int length
        end local 2 // int offset
        end local 1 // int portId
        end local 0 // android.hardware.hdmi.HdmiTvClient this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Landroid/hardware/hdmi/HdmiTvClient;
            0   11     1  portId  I
            0   11     2  offset  I
            0   11     3  length  I
            0   11     4    data  [B
            9   10     5       e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           6     7       8  Class android.os.RemoteException
    MethodParameters:
        Name  Flags
      portId  
      offset  
      length  
      data    
}
SourceFile: "HdmiTvClient.java"
NestMembers:
  android.hardware.hdmi.HdmiTvClient$1  android.hardware.hdmi.HdmiTvClient$2  android.hardware.hdmi.HdmiTvClient$3  android.hardware.hdmi.HdmiTvClient$4  android.hardware.hdmi.HdmiTvClient$HdmiMhlVendorCommandListener  android.hardware.hdmi.HdmiTvClient$InputChangeListener  android.hardware.hdmi.HdmiTvClient$SelectCallback
InnerClasses:
  public abstract RecordSource = android.hardware.hdmi.HdmiRecordSources$RecordSource of android.hardware.hdmi.HdmiRecordSources
  public final TimerRecordSource = android.hardware.hdmi.HdmiTimerRecordSources$TimerRecordSource of android.hardware.hdmi.HdmiTimerRecordSources
  android.hardware.hdmi.HdmiTvClient$1
  android.hardware.hdmi.HdmiTvClient$2
  android.hardware.hdmi.HdmiTvClient$3
  android.hardware.hdmi.HdmiTvClient$4
  public abstract HdmiMhlVendorCommandListener = android.hardware.hdmi.HdmiTvClient$HdmiMhlVendorCommandListener of android.hardware.hdmi.HdmiTvClient
  public abstract InputChangeListener = android.hardware.hdmi.HdmiTvClient$InputChangeListener of android.hardware.hdmi.HdmiTvClient
  public abstract SelectCallback = android.hardware.hdmi.HdmiTvClient$SelectCallback of android.hardware.hdmi.HdmiTvClient
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()