Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DFakeSoundTriggerHal.java130 @Nullable private RecognitionSession mRecognitionSession; field in FakeSoundTriggerHal.ModelSession
141 mRecognitionSession = new RecognitionSession(); in startRecognitionForModel()
142 return mRecognitionSession; in startRecognitionForModel()
148 RecognitionSession session = mRecognitionSession; in stopRecognitionForModel()
149 mRecognitionSession = null; in stopRecognitionForModel()
189 return mRecognitionSession; in getRecogSession()
199 if (mRecognitionSession != null) { in triggerUnloadModel()
201 mRecognitionSession.triggerAbortRecognition(); in triggerUnloadModel()
227 if (mIsDead || mRecognitionSession != this) return; in triggerRecognitionEvent()
229 mRecognitionSession = null; in triggerRecognitionEvent()
[all …]