Searched defs:soundModelHandle (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | SoundTriggerModule.java | 102 @NonNull int[] soundModelHandle) { in loadSoundModel() 135 public synchronized int unloadSoundModel(int soundModelHandle) { in unloadSoundModel() 162 public synchronized int startRecognition(int soundModelHandle, in startRecognition() 187 public synchronized int stopRecognition(int soundModelHandle) { in stopRecognition() 212 public synchronized int getModelState(int soundModelHandle) { in getModelState() 236 public synchronized int setParameter(int soundModelHandle, @ModelParams int modelParam, in setParameter() 259 public synchronized int getParameter(int soundModelHandle, @ModelParams int modelParam) { in getParameter() 277 public synchronized SoundTrigger.ModelParamRange queryParameter(int soundModelHandle, in queryParameter()
|
D | SoundTrigger.java | 1115 public final int soundModelHandle; field in SoundTrigger.RecognitionEvent 1171 public RecognitionEvent(int status, int soundModelHandle, boolean captureAvailable, in RecognitionEvent() 1240 int soundModelHandle = in.readInt(); in fromParcel() local 1664 public KeyphraseRecognitionEvent(int status, int soundModelHandle, boolean captureAvailable, in KeyphraseRecognitionEvent() 1687 int soundModelHandle = in.readInt(); in fromParcelForKeyphrase() local 1786 public GenericRecognitionEvent(int status, int soundModelHandle, in GenericRecognitionEvent() 1851 public final int soundModelHandle; field in SoundTrigger.SoundModelEvent 1857 SoundModelEvent(int status, int soundModelHandle, @Nullable byte[] data) { in SoundModelEvent() 1876 int soundModelHandle = in.readInt(); in fromParcel() local
|