public interface android.hardware.hdmi.IHdmiVendorCommandListener extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.hardware.hdmi.IHdmiVendorCommandListener
  super_class: java.lang.Object
{
  public abstract void onReceived(int, int, byte[], boolean);
    descriptor: (II[BZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                Name  Flags
      logicalAddress  
      destAddress     
      operands        
      hasVendorId     

  public abstract void onControlStateChanged(boolean, int);
    descriptor: (ZI)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      enabled  
      reason   
}
SourceFile: "IHdmiVendorCommandListener.java"
NestMembers:
  android.hardware.hdmi.IHdmiVendorCommandListener$Stub  android.hardware.hdmi.IHdmiVendorCommandListener$Stub$Proxy
InnerClasses:
  public abstract Stub = android.hardware.hdmi.IHdmiVendorCommandListener$Stub of android.hardware.hdmi.IHdmiVendorCommandListener