public interface android.os.IHwBinder
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.os.IHwBinder
  super_class: java.lang.Object
{
  public abstract void transact(int, android.os.HwParcel, android.os.HwParcel, int);
    descriptor: (ILandroid/os/HwParcel;Landroid/os/HwParcel;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()
    MethodParameters:
         Name  Flags
      code     
      request  
      reply    
      flags    

  public abstract android.os.IHwInterface queryLocalInterface(java.lang.String);
    descriptor: (Ljava/lang/String;)Landroid/os/IHwInterface;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()
    MethodParameters:
            Name  Flags
      descriptor  

  public abstract boolean linkToDeath(android.os.IHwBinder$DeathRecipient, long);
    descriptor: (Landroid/os/IHwBinder$DeathRecipient;J)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()
    MethodParameters:
           Name  Flags
      recipient  
      cookie     

  public abstract boolean unlinkToDeath(android.os.IHwBinder$DeathRecipient);
    descriptor: (Landroid/os/IHwBinder$DeathRecipient;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()
    MethodParameters:
           Name  Flags
      recipient  
}
SourceFile: "IHwBinder.java"
NestMembers:
  android.os.IHwBinder$DeathRecipient
InnerClasses:
  public abstract DeathRecipient = android.os.IHwBinder$DeathRecipient of android.os.IHwBinder
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()