Searched refs:mSynthHandler (Results 1 – 2 of 2) sorted by relevance
111 private SynthHandler mSynthHandler; field in TextToSpeechService130 mSynthHandler = new SynthHandler(synthThread.getLooper()); in onCreate()152 mSynthHandler.quit(); in onDestroy()1294 return mSynthHandler.enqueueSpeechItem(queueMode, item);1324 return mSynthHandler.enqueueSpeechItem(TextToSpeech.QUEUE_ADD, item);1346 return mSynthHandler.enqueueSpeechItem(queueMode, item);1363 return mSynthHandler.enqueueSpeechItem(queueMode, item);1368 return mSynthHandler.isSpeaking() || mAudioPlaybackHandler.isSpeaking();1377 return mSynthHandler.stopForApp(caller);1442 if (mSynthHandler.enqueueSpeechItem(TextToSpeech.QUEUE_ADD, item)[all …]
65352 Landroid/speech/tts/TextToSpeechService;->mSynthHandler:Landroid/speech/tts/TextToSpeechService$Syn…