Searched refs:phraseRecognitionCallback (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerHalConcurrentCaptureHandler.java | 258 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 D | SoundTriggerHw3Compat.java | 247 public void phraseRecognitionCallback(int model, PhraseRecognitionEvent event) { in phraseRecognitionCallback() method in SoundTriggerHw3Compat.ModelCallbackAdaper 253 mDelegate.phraseRecognitionCallback(model, phraseRecognitionEventSys); in phraseRecognitionCallback()
|
H A D | ISoundTriggerHal.java | 188 void phraseRecognitionCallback(int modelHandle, PhraseRecognitionEventSys event); in phraseRecognitionCallback() method
|
H A D | SoundTriggerHalEnforcer.java | 282 public void phraseRecognitionCallback(int model, PhraseRecognitionEventSys event) { in phraseRecognitionCallback() method in SoundTriggerHalEnforcer.ModelCallbackEnforcer 304 mUnderlying.phraseRecognitionCallback(model, event); in phraseRecognitionCallback()
|
H A D | FakeSoundTriggerHal.java | 160 cb.phraseRecognitionCallback(mModelHandle, phraseEvent)); in forceRecognitionForModel() 237 cb.phraseRecognitionCallback(mModelHandle, phraseEvent)); in triggerRecognitionEvent() 257 cb.phraseRecognitionCallback(mModelHandle, in triggerAbortRecognition()
|
H A D | SoundTriggerHw2Compat.java | 589 mDelegate.phraseRecognitionCallback(event.common.header.model, eventSys); in phraseRecognitionCallback_2_1() 609 public void phraseRecognitionCallback( in phraseRecognitionCallback() method in SoundTriggerHw2Compat.ModelCallbackWrapper
|
H A D | SoundTriggerModule.java | 518 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 D | SoundHw2CompatTest.java | 642 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 D | SoundTriggerMiddlewareImplTest.java | 646 mCallback.phraseRecognitionCallback(hwHandle, event); in sendPhraseRecognitionEvent()
|