Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/speech/tts/
H A DPlaybackQueueItem.java5 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
11 PlaybackQueueItem(TextToSpeechService.UtteranceProgressDispatcher dispatcher, in PlaybackQueueItem()
H A DAudioPlaybackQueueItem.java23 import android.speech.tts.TextToSpeechService.AudioOutputParams;
24 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DSilencePlaybackQueueItem.java19 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DSynthesisPlaybackQueueItem.java19 import android.speech.tts.TextToSpeechService.AudioOutputParams;
20 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DPlaybackSynthesisCallback.java20 import android.speech.tts.TextToSpeechService.AudioOutputParams;
21 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DTextToSpeechService.java104 public abstract class TextToSpeechService extends Service { class
1033 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()
H A DBlockingAudioTrack.java7 import android.speech.tts.TextToSpeechService.AudioOutputParams;
H A DFileSynthesisCallback.java20 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
/aosp14/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DMockableTextToSpeechService.java21 import android.speech.tts.TextToSpeechService;
27 public class MockableTextToSpeechService extends TextToSpeechService {
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51320 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:Z
51437 Landroid/speech/tts/TextToSpeechService;->mCallbacks:Landroid/speech/tts/TextToSpeechService$Callba…
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt41899 public abstract class TextToSpeechService extends android.app.Service {
41900 ctor public TextToSpeechService();