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()1295 return mSynthHandler.enqueueSpeechItem(queueMode, item);1325 return mSynthHandler.enqueueSpeechItem(TextToSpeech.QUEUE_ADD, item);1347 return mSynthHandler.enqueueSpeechItem(queueMode, item);1364 return mSynthHandler.enqueueSpeechItem(queueMode, item);1378 return mSynthHandler.stopForApp(caller);1443 if (mSynthHandler.enqueueSpeechItem(TextToSpeech.QUEUE_ADD, item)1470 if (mSynthHandler.enqueueSpeechItem(TextToSpeech.QUEUE_ADD, item)[all …]
51440 Landroid/speech/tts/TextToSpeechService;->mSynthHandler:Landroid/speech/tts/TextToSpeechService$Syn…