Searched defs:soundModelHandle (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | SoundTriggerModule.java | 149 @NonNull int[] soundModelHandle) { in loadSoundModel() 210 public synchronized int unloadSoundModel(int soundModelHandle) { in unloadSoundModel() 240 public synchronized int startRecognition(int soundModelHandle, in startRecognition() 255 public synchronized IBinder startRecognitionWithToken(int soundModelHandle, in startRecognitionWithToken() 277 public synchronized int stopRecognition(int soundModelHandle) { in stopRecognition() 302 public synchronized int getModelState(int soundModelHandle) { in getModelState() 326 public synchronized int setParameter(int soundModelHandle, @ModelParams int modelParam, in setParameter() 349 public synchronized int getParameter(int soundModelHandle, @ModelParams int modelParam) { in getParameter() 367 public synchronized SoundTrigger.ModelParamRange queryParameter(int soundModelHandle, in queryParameter()
|
D | SoundTrigger.java | 1158 public final int soundModelHandle; field in SoundTrigger.RecognitionEvent 1241 public RecognitionEvent(int status, int soundModelHandle, boolean captureAvailable, in RecognitionEvent() 1252 public RecognitionEvent(int status, int soundModelHandle, boolean captureAvailable, in RecognitionEvent() 1351 int soundModelHandle = in.readInt(); in fromParcel() local 1913 public KeyphraseRecognitionEvent(int status, int soundModelHandle, boolean captureAvailable, in KeyphraseRecognitionEvent() 1925 public KeyphraseRecognitionEvent(int status, int soundModelHandle, in KeyphraseRecognitionEvent() 1952 int soundModelHandle = in.readInt(); in fromParcelForKeyphrase() local 2064 public GenericRecognitionEvent(int status, int soundModelHandle, boolean captureAvailable, in GenericRecognitionEvent() 2076 public GenericRecognitionEvent(int status, int soundModelHandle, boolean captureAvailable, in GenericRecognitionEvent()
|
/frameworks/base/core/java/android/service/voice/ |
D | AlwaysOnHotwordDetector.java | 1022 public void triggerHardwareRecognitionEventForTest(int status, int soundModelHandle, in triggerHardwareRecognitionEventForTest()
|