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

  /frameworks/base/core/java/android/speech/tts/
PlaybackQueueItem.java 5 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
11 PlaybackQueueItem(TextToSpeechService.UtteranceProgressDispatcher dispatcher,
SilencePlaybackQueueItem.java 19 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
AudioPlaybackQueueItem.java 22 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
SynthesisPlaybackQueueItem.java 18 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
PlaybackSynthesisCallback.java 18 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
TextToSpeechService.java 72 public abstract class TextToSpeechService extends Service {
75 private static final String TAG = "TextToSpeechService";
575 TextToSpeechService.this.onSynthesizeText(mSynthesisRequest, synthesisCallback);
602 TextToSpeechService.this.onStop();
702 TextToSpeechService.this, uri, getStreamType());
    [all...]
  /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 {
  /frameworks/base/tests/TtsTests/src/com/android/speech/tts/
MockableTextToSpeechService.java 21 import android.speech.tts.TextToSpeechService;
25 public class MockableTextToSpeechService 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 {
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 114 milliseconds