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

/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java933 * When used in a {@link KeyphraseRecognitionEvent} it indicates the detected confidence level
1010 * Additional data conveyed by a {@link KeyphraseRecognitionEvent}
1026 /** Confidence levels for all users recognized (KeyphraseRecognitionEvent) or to
1115 public static class KeyphraseRecognitionEvent extends RecognitionEvent implements Parcelable { class in class:SoundTrigger
1119 public KeyphraseRecognitionEvent(int status, int soundModelHandle, boolean captureAvailable, method in class:SoundTrigger.KeyphraseRecognitionEvent
1128 public static final Parcelable.Creator<KeyphraseRecognitionEvent> CREATOR
1129 = new Parcelable.Creator<KeyphraseRecognitionEvent>() {
1130 public KeyphraseRecognitionEvent createFromParcel(Parcel in) {
1131 return KeyphraseRecognitionEvent.fromParcelForKeyphrase(in);
1134 public KeyphraseRecognitionEvent[] newArra
[all...]

Completed in 47 milliseconds