Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/tts/
H A DTextToSpeechHelper.java81 private TextToSpeechEngine mTextToSpeechEngine; field in TextToSpeechHelper
106 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 …]