Searched refs:recogSession (Results 1 – 2 of 2) sorted by relevance
488 ModelSession.RecognitionSession recogSession = session.startRecognitionForModel(); in startRecognition() local492 cb.onRecognitionStarted(-1, config, recogSession, session)); in startRecognition()504 ModelSession.RecognitionSession recogSession = session.stopRecognitionForModel(); in stopRecognition() local505 if (recogSession != null) { in stopRecognition()507 cb.onRecognitionStopped(recogSession)); in stopRecognition()
485 RecognitionSession recogSession = new RecognitionSession( in onRecognitionStarted()487 mRecognitionSessionMap.put(recognitionInjection.asBinder(), recogSession); in onRecognitionStarted() local489 cb.onRecognitionStarted(recogSession)); in onRecognitionStarted()