Home
last modified time | relevance | path

Searched refs:dispatchOnError (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
DSynthesisPlaybackQueueItem.java106 dispatcher.dispatchOnError(TextToSpeech.ERROR_OUTPUT); in run()
145 dispatcher.dispatchOnError(mStatusCode); in dispatchEndStatus()
DTextToSpeechService.java568 utterenceProgress.dispatchOnError( in enqueueSpeechItem()
604 utterenceProgress.dispatchOnError(TextToSpeech.ERROR_SERVICE); in enqueueSpeechItem()
684 void dispatchOnError(int errorCode); in dispatchOnError() method
887 public void dispatchOnError(int errorCode) { in dispatchOnError() method in TextToSpeechService.UtteranceSpeechItem
890 mCallbacks.dispatchOnError(getCallerIdentity(), utteranceId, errorCode); in dispatchOnError()
1564 public void dispatchOnError(Object callerIdentity, String utteranceId, in dispatchOnError() method in TextToSpeechService.CallbackMap
DAudioPlaybackQueueItem.java62 dispatcher.dispatchOnError(TextToSpeech.ERROR_OUTPUT); in run()
DPlaybackSynthesisCallback.java239 mDispatcher.dispatchOnError(mStatusCode); in done()
DFileSynthesisCallback.java218 mDispatcher.dispatchOnError(mStatusCode); in done()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt69964 Landroid/speech/tts/TextToSpeechService$CallbackMap;->dispatchOnError(Ljava/lang/Object;Ljava/lang/…
70059 Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;->dispatchOnError(I)V
70068 Landroid/speech/tts/TextToSpeechService$UtteranceSpeechItem;->dispatchOnError(I)V