Home
last modified time | relevance | path

Searched defs:soundModelHandle (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTriggerModule.java133 @NonNull int[] soundModelHandle) { in loadSoundModel()
166 public synchronized int unloadSoundModel(int soundModelHandle) { in unloadSoundModel()
193 public synchronized int startRecognition(int soundModelHandle, in startRecognition()
218 public synchronized int stopRecognition(int soundModelHandle) { in stopRecognition()
243 public synchronized int getModelState(int soundModelHandle) { in getModelState()
267 public synchronized int setParameter(int soundModelHandle, @ModelParams int modelParam, in setParameter()
290 public synchronized int getParameter(int soundModelHandle, @ModelParams int modelParam) { in getParameter()
308 public synchronized SoundTrigger.ModelParamRange queryParameter(int soundModelHandle, in queryParameter()
DSoundTrigger.java1123 public final int soundModelHandle; field in SoundTrigger.RecognitionEvent
1179 public RecognitionEvent(int status, int soundModelHandle, boolean captureAvailable, in RecognitionEvent()
1248 int soundModelHandle = in.readInt(); in fromParcel() local
1672 public KeyphraseRecognitionEvent(int status, int soundModelHandle, boolean captureAvailable, in KeyphraseRecognitionEvent()
1695 int soundModelHandle = in.readInt(); in fromParcelForKeyphrase() local
1794 public GenericRecognitionEvent(int status, int soundModelHandle, in GenericRecognitionEvent()
1859 public final int soundModelHandle; field in SoundTrigger.SoundModelEvent
1865 SoundModelEvent(int status, int soundModelHandle, @Nullable byte[] data) { in SoundModelEvent()
1884 int soundModelHandle = in.readInt(); in fromParcel() local
/frameworks/base/core/java/android/service/voice/
DAlwaysOnHotwordDetector.java637 public void triggerHardwareRecognitionEventForTest(int status, int soundModelHandle, in triggerHardwareRecognitionEventForTest()