HomeSort by relevance Sort by last modified time
    Searched refs:dispatchOnError (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/speech/tts/
SynthesisPlaybackQueueItem.java 88 dispatcher.dispatchOnError(TextToSpeech.ERROR_OUTPUT);
117 dispatcher.dispatchOnError(mStatusCode);
AudioPlaybackQueueItem.java 62 dispatcher.dispatchOnError(TextToSpeech.ERROR_OUTPUT);
PlaybackSynthesisCallback.java 227 mDispatcher.dispatchOnError(mStatusCode);
TextToSpeechService.java 539 utterenceProgress.dispatchOnError(
575 utterenceProgress.dispatchOnError(TextToSpeech.ERROR_SERVICE);
651 public void dispatchOnError(int errorCode);
849 public void dispatchOnError(int errorCode) {
852 mCallbacks.dispatchOnError(getCallerIdentity(), utteranceId, errorCode);
    [all...]
FileSynthesisCallback.java 211 mDispatcher.dispatchOnError(mStatusCode);

Completed in 71 milliseconds