Searched defs:SpeechItem (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java458 private SpeechItem mCurrentSpeechItem = null;
494 private boolean isFlushed(SpeechItem speechItem) {
500 private synchronized SpeechItem getCurrentSpeechItem() {
504 private synchronized SpeechItem setCurrentSpeechItem(SpeechItem speechItem) {
505 SpeechItem old = mCurrentSpeechItem;
510 private synchronized SpeechItem maybeRemoveCurrentSpeechItem(Object callerIdentity) {
513 SpeechItem current = mCurrentSpeechItem;
529 SpeechItem current = setCurrentSpeechItem(null);
541 public int enqueueSpeechItem(int queueMode, final SpeechItem speechIte
749 private abstract class SpeechItem { class in class:TextToSpeechService
756 public SpeechItem(Object caller, int callerUid, int callerPid) { method in class:TextToSpeechService.SpeechItem
[all...]

Completed in 194 milliseconds