Home
last modified time | relevance | path

Searched refs:soundModelHandle (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTriggerModule.java149 @NonNull int[] soundModelHandle) { in loadSoundModel() argument
212 mService.unloadModel(soundModelHandle); in unloadSoundModel()
240 public synchronized int startRecognition(int soundModelHandle, in startRecognition() argument
243 mService.startRecognition(soundModelHandle, in startRecognition()
257 return mService.startRecognition(soundModelHandle, in startRecognitionWithToken()
279 mService.stopRecognition(soundModelHandle); in stopRecognition()
302 public synchronized int getModelState(int soundModelHandle) { in getModelState() argument
304 mService.forceRecognitionEvent(soundModelHandle); in getModelState()
329 mService.setModelParameter(soundModelHandle, in setParameter()
351 return mService.getModelParameter(soundModelHandle, in getParameter()
[all …]
H A DSoundTrigger.java1158 public final int soundModelHandle; field in SoundTrigger.RecognitionEvent
1245 this(status, soundModelHandle, captureAvailable, in RecognitionEvent()
1258 this.soundModelHandle = soundModelHandle; in RecognitionEvent()
1351 int soundModelHandle = in.readInt(); in fromParcel() local
1385 dest.writeInt(soundModelHandle); in writeToParcel()
1419 result = prime * result + soundModelHandle; in hashCode()
1448 if (soundModelHandle != other.soundModelHandle) in equals()
1932 super(status, soundModelHandle, captureAvailable, in KeyphraseRecognitionEvent()
1952 int soundModelHandle = in.readInt(); in fromParcelForKeyphrase() local
1984 dest.writeInt(soundModelHandle); in writeToParcel()
[all …]
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerHelper.java805 ModelData model = getModelDataForLocked(event.soundModelHandle); in onGenericRecognitionLocked()
808 + event.soundModelHandle); in onGenericRecognitionLocked()
819 + event.soundModelHandle); in onGenericRecognitionLocked()
841 + event.soundModelHandle); in onGenericRecognitionLocked()
892 ModelData modelData = getModelDataForLocked(event.soundModelHandle); in onRecognitionAbortLocked()
/aosp14/frameworks/base/core/java/android/service/voice/
H A DAlwaysOnHotwordDetector.java980 public void triggerHardwareRecognitionEventForTest(int status, int soundModelHandle, in triggerHardwareRecognitionEventForTest() argument
993 new KeyphraseRecognitionEvent(status, soundModelHandle, captureAvailable, in triggerHardwareRecognitionEventForTest()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt22083 Landroid/hardware/soundtrigger/SoundTrigger$SoundModelEvent;->soundModelHandle:I