Searched refs:mTextToSpeechEngine (Results 1 – 1 of 1) sorted by relevance
81 private TextToSpeechEngine mTextToSpeechEngine; field in TextToSpeechHelper106 mTextToSpeechEngine = ttsEngine; in TextToSpeechHelper()122 if (!mTextToSpeechEngine.isInitialized()) { in maybeInitAndKeepAlive()186 mTextToSpeechEngine.stop(); in requestStop()191 return mTextToSpeechEngine.isSpeaking(); in isSpeaking()208 mTextToSpeechEngine.stop(); in playInternal()222 mTextToSpeechEngine.stop(); in playInternal()244 return mTextToSpeechEngine.getStream(); in getStream()252 mTextToSpeechEngine.stop(); in shutdownEngine()253 mTextToSpeechEngine.shutdown(); in shutdownEngine()[all …]