public interface android.hardware.hdmi.IHdmiRecordListener extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.hardware.hdmi.IHdmiRecordListener
  super_class: java.lang.Object
{
  public abstract byte[] getOneTouchRecordSource(int);
    descriptor: (I)[B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                 Name  Flags
      recorderAddress  

  public abstract void onOneTouchRecordResult(int, int);
    descriptor: (II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                 Name  Flags
      recorderAddress  
      result           

  public abstract void onTimerRecordingResult(int, int);
    descriptor: (II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                 Name  Flags
      recorderAddress  
      result           

  public abstract void onClearTimerRecordingResult(int, int);
    descriptor: (II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                 Name  Flags
      recorderAddress  
      result           
}
SourceFile: "IHdmiRecordListener.java"
NestMembers:
  android.hardware.hdmi.IHdmiRecordListener$Stub  android.hardware.hdmi.IHdmiRecordListener$Stub$Proxy
InnerClasses:
  public abstract Stub = android.hardware.hdmi.IHdmiRecordListener$Stub of android.hardware.hdmi.IHdmiRecordListener