Home
last modified time | relevance | path

Searched refs:UtteranceProgressDispatcher (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/speech/tts/
H A DPlaybackQueueItem.java5 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
8 private final UtteranceProgressDispatcher mDispatcher;
11 PlaybackQueueItem(TextToSpeechService.UtteranceProgressDispatcher dispatcher, in PlaybackQueueItem()
21 protected UtteranceProgressDispatcher getDispatcher() { in getDispatcher()
H A DSilencePlaybackQueueItem.java19 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
25 SilencePlaybackQueueItem(UtteranceProgressDispatcher dispatcher, in SilencePlaybackQueueItem()
H A DSynthesisPlaybackQueueItem.java20 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
80 int audioFormat, int channelCount, UtteranceProgressDispatcher dispatcher, in SynthesisPlaybackQueueItem()
102 final UtteranceProgressDispatcher dispatcher = getDispatcher(); in run()
138 final UtteranceProgressDispatcher dispatcher = getDispatcher(); in dispatchEndStatus()
H A DAudioPlaybackQueueItem.java24 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
38 AudioPlaybackQueueItem(UtteranceProgressDispatcher dispatcher, in AudioPlaybackQueueItem()
53 final UtteranceProgressDispatcher dispatcher = getDispatcher(); in run()
H A DPlaybackSynthesisCallback.java21 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
51 private final UtteranceProgressDispatcher mDispatcher;
57 @NonNull UtteranceProgressDispatcher dispatcher, @NonNull Object callerIdentity, in PlaybackSynthesisCallback()
H A DFileSynthesisCallback.java20 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
50 private final UtteranceProgressDispatcher mDispatcher;
59 @NonNull UtteranceProgressDispatcher dispatcher, boolean clientIsUsingV2) { in FileSynthesisCallback()
H A DTextToSpeechService.java561 UtteranceProgressDispatcher utterenceProgress = null; in enqueueSpeechItem()
562 if (speechItem instanceof UtteranceProgressDispatcher) { in enqueueSpeechItem()
563 utterenceProgress = (UtteranceProgressDispatcher) speechItem; in enqueueSpeechItem()
677 interface UtteranceProgressDispatcher { interface in TextToSpeechService
856 implements UtteranceProgressDispatcher {
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51129 …backQueueItem;-><init>(Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;Ljava/l…
51234 …backQueueItem;-><init>(Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;Ljava/l…
51236 …backQueueItem;->getDispatcher()Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;
51238 …laybackQueueItem;->mDispatcher:Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;
51404 Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;->dispatchOnAudioAvailable([B)V
51405 Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;->dispatchOnBeginSynthesis(III)V
51406 Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;->dispatchOnError(I)V
51407 Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;->dispatchOnRangeStart(III)V
51408 Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;->dispatchOnStart()V
51409 Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;->dispatchOnStop()V
[all …]