Home
last modified time | relevance | path

Searched refs:phraseRecognitionCallback (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DSoundTriggerHalConcurrentCaptureHandler.java258 public void phraseRecognitionCallback(int modelHandle, PhraseRecognitionEventSys event) { in phraseRecognitionCallback() method in SoundTriggerHalConcurrentCaptureHandler.CallbackWrapper
270 () -> mDelegateCallback.phraseRecognitionCallback(modelHandle, event)); in phraseRecognitionCallback()
408 model.callback.phraseRecognitionCallback(modelHandle, in notifyAbort()
H A DSoundTriggerHw3Compat.java247 public void phraseRecognitionCallback(int model, PhraseRecognitionEvent event) { in phraseRecognitionCallback() method in SoundTriggerHw3Compat.ModelCallbackAdaper
253 mDelegate.phraseRecognitionCallback(model, phraseRecognitionEventSys); in phraseRecognitionCallback()
H A DISoundTriggerHal.java188 void phraseRecognitionCallback(int modelHandle, PhraseRecognitionEventSys event); in phraseRecognitionCallback() method
H A DSoundTriggerHalEnforcer.java282 public void phraseRecognitionCallback(int model, PhraseRecognitionEventSys event) { in phraseRecognitionCallback() method in SoundTriggerHalEnforcer.ModelCallbackEnforcer
304 mUnderlying.phraseRecognitionCallback(model, event); in phraseRecognitionCallback()
H A DFakeSoundTriggerHal.java160 cb.phraseRecognitionCallback(mModelHandle, phraseEvent)); in forceRecognitionForModel()
237 cb.phraseRecognitionCallback(mModelHandle, phraseEvent)); in triggerRecognitionEvent()
257 cb.phraseRecognitionCallback(mModelHandle, in triggerAbortRecognition()
H A DSoundTriggerHw2Compat.java589 mDelegate.phraseRecognitionCallback(event.common.header.model, eventSys); in phraseRecognitionCallback_2_1()
609 public void phraseRecognitionCallback( in phraseRecognitionCallback() method in SoundTriggerHw2Compat.ModelCallbackWrapper
H A DSoundTriggerModule.java518 public void phraseRecognitionCallback(int modelHandle, in phraseRecognitionCallback() method in SoundTriggerModule.Session.Model
/aosp14/frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger_middleware/
H A DSoundHw2CompatTest.java642 hwCallback.phraseRecognitionCallback( in validateCallback_2_0()
645 verify(canonicalCallback).phraseRecognitionCallback(eq(handle), eventCaptor.capture()); in validateCallback_2_0()
703 verify(canonicalCallback).phraseRecognitionCallback(eq(handle), eventCaptor.capture()); in validateCallback_2_1()
719 verify(canonicalCallback).phraseRecognitionCallback(eq(handle), eventCaptor.capture()); in validateCallback_2_1()
H A DSoundTriggerMiddlewareImplTest.java646 mCallback.phraseRecognitionCallback(hwHandle, event); in sendPhraseRecognitionEvent()