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

  /frameworks/base/core/java/android/speech/tts/
AudioMessageParams.java 18 import android.speech.tts.TextToSpeechService.UtteranceCompletedDispatcher;
MessageParams.java 18 import android.speech.tts.TextToSpeechService.UtteranceCompletedDispatcher;
SilenceMessageParams.java 19 import android.speech.tts.TextToSpeechService.UtteranceCompletedDispatcher;
SynthesisMessageParams.java 20 import android.speech.tts.TextToSpeechService.UtteranceCompletedDispatcher;
PlaybackSynthesisCallback.java 18 import android.speech.tts.TextToSpeechService.UtteranceCompletedDispatcher;
TextToSpeechService.java 71 public abstract class TextToSpeechService extends Service {
74 private static final String TAG = "TextToSpeechService";
526 TextToSpeechService.this.onSynthesizeText(mSynthesisRequest, synthesisCallback);
553 TextToSpeechService.this.onStop();
650 mPlayer = new BlockingMediaPlayer(TextToSpeechService.this, uri, getStreamType());
  /cts/tests/src/android/speech/tts/cts/
StubTextToSpeechService.java 22 import android.speech.tts.TextToSpeechService;
25 * Stub implementation of {@link TextToSpeechService}. Used for testing the
28 public class StubTextToSpeechService extends TextToSpeechService {
  /external/svox/pico/compat/src/com/android/tts/compat/
CompatTtsService.java 23 import android.speech.tts.TextToSpeechService;
28 public abstract class CompatTtsService extends TextToSpeechService {
  /development/samples/TtsEngine/src/com/example/android/ttsengine/
RobotSpeakTtsService.java 24 import android.speech.tts.TextToSpeechService;
42 * {@link android.speech.tts.TextToSpeechService}.
44 public class RobotSpeakTtsService extends TextToSpeechService {
  /prebuilt/sdk/14/
android.jar 

Completed in 484 milliseconds