Searched refs:dispatchOnError (Results 1 – 6 of 6) sorted by relevance
106 dispatcher.dispatchOnError(TextToSpeech.ERROR_OUTPUT); in run()145 dispatcher.dispatchOnError(mStatusCode); in dispatchEndStatus()
568 utterenceProgress.dispatchOnError( in enqueueSpeechItem()604 utterenceProgress.dispatchOnError(TextToSpeech.ERROR_SERVICE); in enqueueSpeechItem()684 void dispatchOnError(int errorCode); in dispatchOnError() method887 public void dispatchOnError(int errorCode) { in dispatchOnError() method in TextToSpeechService.UtteranceSpeechItem890 mCallbacks.dispatchOnError(getCallerIdentity(), utteranceId, errorCode); in dispatchOnError()1564 public void dispatchOnError(Object callerIdentity, String utteranceId, in dispatchOnError() method in TextToSpeechService.CallbackMap
62 dispatcher.dispatchOnError(TextToSpeech.ERROR_OUTPUT); in run()
239 mDispatcher.dispatchOnError(mStatusCode); in done()
218 mDispatcher.dispatchOnError(mStatusCode); in done()
69964 Landroid/speech/tts/TextToSpeechService$CallbackMap;->dispatchOnError(Ljava/lang/Object;Ljava/lang/…70059 Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;->dispatchOnError(I)V70068 Landroid/speech/tts/TextToSpeechService$UtteranceSpeechItem;->dispatchOnError(I)V