class android.hardware.hdmi.HdmiTvClient$3 extends android.hardware.hdmi.IHdmiRecordListener$Stub
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.hardware.hdmi.HdmiTvClient$3
  super_class: android.hardware.hdmi.IHdmiRecordListener$Stub
{
  private final android.hardware.hdmi.HdmiRecordListener val$callback;
    descriptor: Landroid/hardware/hdmi/HdmiRecordListener;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.hardware.hdmi.HdmiRecordListener);
    descriptor: (Landroid/hardware/hdmi/HdmiRecordListener;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.hardware.hdmi.HdmiTvClient$3 this
         0: .line 243
            aload 0 /* this */
            aload 1
            putfield android.hardware.hdmi.HdmiTvClient$3.val$callback:Landroid/hardware/hdmi/HdmiRecordListener;
            aload 0 /* this */
            invokespecial android.hardware.hdmi.IHdmiRecordListener$Stub.<init>:()V
            return
        end local 0 // android.hardware.hdmi.HdmiTvClient$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/hdmi/HdmiTvClient$3;
    MethodParameters:
              Name  Flags
      val$callback  final

  public byte[] getOneTouchRecordSource(int);
    descriptor: (I)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.hardware.hdmi.HdmiTvClient$3 this
         0: .line 249
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tEmptyArray cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.hardware.hdmi.HdmiTvClient$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/hdmi/HdmiTvClient$3;
    MethodParameters:
                 Name  Flags
      recorderAddress  

  public void onOneTouchRecordResult(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.hardware.hdmi.HdmiTvClient$3 this
        start local 1 // int recorderAddress
        start local 2 // int result
         0: .line 258
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiTvClient$3.val$callback:Landroid/hardware/hdmi/HdmiRecordListener;
            iload 1 /* recorderAddress */
            iload 2 /* result */
            invokevirtual android.hardware.hdmi.HdmiRecordListener.onOneTouchRecordResult:(II)V
         1: .line 259
            return
        end local 2 // int result
        end local 1 // int recorderAddress
        end local 0 // android.hardware.hdmi.HdmiTvClient$3 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Landroid/hardware/hdmi/HdmiTvClient$3;
            0    2     1  recorderAddress  I
            0    2     2           result  I
    MethodParameters:
                 Name  Flags
      recorderAddress  
      result           

  public void onTimerRecordingResult(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.hardware.hdmi.HdmiTvClient$3 this
        start local 1 // int recorderAddress
        start local 2 // int result
         0: .line 263
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiTvClient$3.val$callback:Landroid/hardware/hdmi/HdmiRecordListener;
            iload 1 /* recorderAddress */
         1: .line 264
            iload 2 /* result */
            invokestatic android.hardware.hdmi.HdmiRecordListener$TimerStatusData.parseFrom:(I)Landroid/hardware/hdmi/HdmiRecordListener$TimerStatusData;
         2: .line 263
            invokevirtual android.hardware.hdmi.HdmiRecordListener.onTimerRecordingResult:(ILandroid/hardware/hdmi/HdmiRecordListener$TimerStatusData;)V
         3: .line 265
            return
        end local 2 // int result
        end local 1 // int recorderAddress
        end local 0 // android.hardware.hdmi.HdmiTvClient$3 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Landroid/hardware/hdmi/HdmiTvClient$3;
            0    4     1  recorderAddress  I
            0    4     2           result  I
    MethodParameters:
                 Name  Flags
      recorderAddress  
      result           

  public void onClearTimerRecordingResult(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.hardware.hdmi.HdmiTvClient$3 this
        start local 1 // int recorderAddress
        start local 2 // int result
         0: .line 269
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiTvClient$3.val$callback:Landroid/hardware/hdmi/HdmiRecordListener;
            iload 1 /* recorderAddress */
            iload 2 /* result */
            invokevirtual android.hardware.hdmi.HdmiRecordListener.onClearTimerRecordingResult:(II)V
         1: .line 270
            return
        end local 2 // int result
        end local 1 // int recorderAddress
        end local 0 // android.hardware.hdmi.HdmiTvClient$3 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Landroid/hardware/hdmi/HdmiTvClient$3;
            0    2     1  recorderAddress  I
            0    2     2           result  I
    MethodParameters:
                 Name  Flags
      recorderAddress  
      result           
}
SourceFile: "HdmiTvClient.java"
EnclosingMethod: android.hardware.hdmi.HdmiTvClient.getListenerWrapper:(Landroid/hardware/hdmi/HdmiRecordListener;)Landroid/hardware/hdmi/IHdmiRecordListener;
NestHost: android.hardware.hdmi.HdmiTvClient
InnerClasses:
  public TimerStatusData = android.hardware.hdmi.HdmiRecordListener$TimerStatusData of android.hardware.hdmi.HdmiRecordListener
  android.hardware.hdmi.HdmiTvClient$3
  public abstract Stub = android.hardware.hdmi.IHdmiRecordListener$Stub of android.hardware.hdmi.IHdmiRecordListener