Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java560 public int enqueueSpeechItem(int queueMode, final SpeechItem speechItem) { in enqueueSpeechItem() method in TextToSpeechService.SynthHandler
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);
1443 if (mSynthHandler.enqueueSpeechItem(TextToSpeech.QUEUE_ADD, item)
1470 if (mSynthHandler.enqueueSpeechItem(TextToSpeech.QUEUE_ADD, item)
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51388 Landroid/speech/tts/TextToSpeechService$SynthHandler;->enqueueSpeechItem(ILandroid/speech/tts/TextT…