public interface android.hardware.soundtrigger.IRecognitionStatusCallback extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.hardware.soundtrigger.IRecognitionStatusCallback
  super_class: java.lang.Object
{
  public abstract void onKeyphraseDetected(android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionEvent);
    descriptor: (Landroid/hardware/soundtrigger/SoundTrigger$KeyphraseRecognitionEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                  Name  Flags
      recognitionEvent  

  public abstract void onGenericSoundTriggerDetected(android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent);
    descriptor: (Landroid/hardware/soundtrigger/SoundTrigger$GenericRecognitionEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                  Name  Flags
      recognitionEvent  

  public abstract void onError(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
        Name  Flags
      status  

  public abstract void onRecognitionPaused();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract void onRecognitionResumed();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
}
SourceFile: "IRecognitionStatusCallback.java"
NestMembers:
  android.hardware.soundtrigger.IRecognitionStatusCallback$Stub  android.hardware.soundtrigger.IRecognitionStatusCallback$Stub$Proxy
InnerClasses:
  public abstract Stub = android.hardware.soundtrigger.IRecognitionStatusCallback$Stub of android.hardware.soundtrigger.IRecognitionStatusCallback
  public GenericRecognitionEvent = android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent of android.hardware.soundtrigger.SoundTrigger
  public KeyphraseRecognitionEvent = android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionEvent of android.hardware.soundtrigger.SoundTrigger