Searched defs:KeyphraseRecognitionEvent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java726 * When used in a {@link KeyphraseRecognitionEvent} it indicates the detected confidence level
801 * Additional data conveyed by a {@link KeyphraseRecognitionEvent}
815 /** Confidence levels for all users recognized (KeyphraseRecognitionEvent) or to
902 public static class KeyphraseRecognitionEvent extends RecognitionEvent { class in class:SoundTrigger
906 public KeyphraseRecognitionEvent(int status, int soundModelHandle, boolean captureAvailable, method in class:SoundTrigger.KeyphraseRecognitionEvent
915 public static final Parcelable.Creator<KeyphraseRecognitionEvent> CREATOR
916 = new Parcelable.Creator<KeyphraseRecognitionEvent>() {
917 public KeyphraseRecognitionEvent createFromParcel(Parcel in) {
918 return KeyphraseRecognitionEvent.fromParcel(in);
921 public KeyphraseRecognitionEvent[] newArra
[all...]

Completed in 50 milliseconds