Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/speech/tts/
DTextToSpeechService.java459 private SpeechItem mCurrentSpeechItem = null;
495 private boolean isFlushed(SpeechItem speechItem) { in isFlushed()
501 private synchronized SpeechItem getCurrentSpeechItem() { in getCurrentSpeechItem()
505 private synchronized SpeechItem setCurrentSpeechItem(SpeechItem speechItem) { in setCurrentSpeechItem()
506 SpeechItem old = mCurrentSpeechItem; in setCurrentSpeechItem()
511 private synchronized SpeechItem maybeRemoveCurrentSpeechItem(Object callerIdentity) { in maybeRemoveCurrentSpeechItem()
514 SpeechItem current = mCurrentSpeechItem; in maybeRemoveCurrentSpeechItem()
530 SpeechItem current = setCurrentSpeechItem(null); in quit()
542 public int enqueueSpeechItem(int queueMode, final SpeechItem speechItem) { in enqueueSpeechItem()
613 SpeechItem current = maybeRemoveCurrentSpeechItem(callerIdentity); in stopForApp()
[all …]
/frameworks/base/
Dcompiled-classes-phone3805 android.speech.tts.TextToSpeechService$SpeechItem