Searched refs:mRecognitionSession (Results 1 – 1 of 1) sorted by relevance
130 @Nullable private RecognitionSession mRecognitionSession; field in FakeSoundTriggerHal.ModelSession141 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 …]