Searched refs:TextToSpeechService (Results 1 – 12 of 12) sorted by relevance
5 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;11 PlaybackQueueItem(TextToSpeechService.UtteranceProgressDispatcher dispatcher, in PlaybackQueueItem()
23 import android.speech.tts.TextToSpeechService.AudioOutputParams;24 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
19 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
19 import android.speech.tts.TextToSpeechService.AudioOutputParams;20 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
20 import android.speech.tts.TextToSpeechService.AudioOutputParams;21 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
104 public abstract class TextToSpeechService extends Service { class1033 TextToSpeechService.this.onSynthesizeText(mSynthesisRequest, synthesisCallback); in playImpl()1068 TextToSpeechService.this.onStop(); in stopImpl()1136 TextToSpeechService.this, uri, getAudioParams()); in AudioSpeechItem()1221 TextToSpeechService.this.onLoadLanguage(mLanguage, mCountry, mVariant); in playImpl()1249 TextToSpeechService.this.onLoadVoice(mVoiceName); in playImpl()
7 import android.speech.tts.TextToSpeechService.AudioOutputParams;
20 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
21 import android.speech.tts.TextToSpeechService;27 public class MockableTextToSpeechService extends TextToSpeechService {
51320 Landroid/speech/tts/TextToSpeechService$AudioSpeechItem;->getAudioParams()Landroid/speech/tts/TextT…51388 Landroid/speech/tts/TextToSpeechService$SynthHandler;->enqueueSpeechItem(ILandroid/speech/tts/TextT…51389 Landroid/speech/tts/TextToSpeechService$SynthHandler;->getCurrentSpeechItem()Landroid/speech/tts/Te…51390 Landroid/speech/tts/TextToSpeechService$SynthHandler;->isFlushed(Landroid/speech/tts/TextToSpeechSe…51393 Landroid/speech/tts/TextToSpeechService$SynthHandler;->mCurrentSpeechItem:Landroid/speech/tts/TextT…51397 Landroid/speech/tts/TextToSpeechService$SynthHandler;->removeCurrentSpeechItem()Landroid/speech/tts…51398 Landroid/speech/tts/TextToSpeechService$SynthHandler;->setCurrentSpeechItem(Landroid/speech/tts/Tex…51422 Landroid/speech/tts/TextToSpeechService$UtteranceSpeechItemWithParams;->getAudioParams()Landroid/sp…51429 Landroid/speech/tts/TextToSpeechService;->DBG:Z51437 Landroid/speech/tts/TextToSpeechService;->mCallbacks:Landroid/speech/tts/TextToSpeechService$Callba…[all …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
41899 public abstract class TextToSpeechService extends android.app.Service {41900 ctor public TextToSpeechService();