Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/speech/tts/
DTextToSpeechService.java542 public int enqueueSpeechItem(int queueMode, final SpeechItem speechItem) { in enqueueSpeechItem() method in TextToSpeechService.SynthHandler
1276 return mSynthHandler.enqueueSpeechItem(queueMode, item);
1306 return mSynthHandler.enqueueSpeechItem(TextToSpeech.QUEUE_ADD, item);
1328 return mSynthHandler.enqueueSpeechItem(queueMode, item);
1345 return mSynthHandler.enqueueSpeechItem(queueMode, item);
1424 if (mSynthHandler.enqueueSpeechItem(TextToSpeech.QUEUE_ADD, item)
1451 if (mSynthHandler.enqueueSpeechItem(TextToSpeech.QUEUE_ADD, item)