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

/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java798 * When used in a {@link KeyphraseRecognitionEvent} it indicates the detected confidence level
873 * Additional data conveyed by a {@link KeyphraseRecognitionEvent}
887 /** Confidence levels for all users recognized (KeyphraseRecognitionEvent) or to
974 public static class KeyphraseRecognitionEvent extends RecognitionEvent { class in class:SoundTrigger
978 public KeyphraseRecognitionEvent(int status, int soundModelHandle, boolean captureAvailable, method in class:SoundTrigger.KeyphraseRecognitionEvent
987 public static final Parcelable.Creator<KeyphraseRecognitionEvent> CREATOR
988 = new Parcelable.Creator<KeyphraseRecognitionEvent>() {
989 public KeyphraseRecognitionEvent createFromParcel(Parcel in) {
990 return KeyphraseRecognitionEvent.fromParcelForKeyphrase(in);
993 public KeyphraseRecognitionEvent[] newArra
[all...]

Completed in 21 milliseconds