Searched refs:mRecognitionSessionMap (Results 1 – 1 of 1) sorted by relevance
65 private Map<IBinder, RecognitionSession> mRecognitionSessionMap = new HashMap<>(); field in SoundTriggerInstrumentation354 mRecognitionSessionMap.remove(mInjectRecognitionEvent.asBinder()); in triggerRecognitionEvent()373 mRecognitionSessionMap.remove(mInjectRecognitionEvent.asBinder()); in triggerAbortRecognition()487 mRecognitionSessionMap.put(recognitionInjection.asBinder(), recogSession); in onRecognitionStarted()497 mRecognitionSessionMap.remove(recognitionSession.asBinder()); in onRecognitionStopped()518 mRecognitionSessionMap.clear(); in onRestarted()