Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/speech/tts/
DSynthesisPlaybackQueueItem.java95 dispatcher.dispatchOnError(TextToSpeech.ERROR_OUTPUT); in run()
128 dispatcher.dispatchOnError(mStatusCode); in run()
DTextToSpeechService.java550 utterenceProgress.dispatchOnError( in enqueueSpeechItem()
586 utterenceProgress.dispatchOnError(TextToSpeech.ERROR_SERVICE); in enqueueSpeechItem()
665 void dispatchOnError(int errorCode); in dispatchOnError() method
868 public void dispatchOnError(int errorCode) { in dispatchOnError() method in TextToSpeechService.UtteranceSpeechItem
871 mCallbacks.dispatchOnError(getCallerIdentity(), utteranceId, errorCode); in dispatchOnError()
1546 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()