HomeSort by relevance Sort by last modified time
    Searched refs:TextToSpeechService (Results 1 - 15 of 15) 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;
TextToSpeechService.java 74 public abstract class TextToSpeechService extends Service {
77 private static final String TAG = "TextToSpeechService";
604 TextToSpeechService.this.onSynthesizeText(mSynthesisRequest, synthesisCallback);
631 TextToSpeechService.this.onStop();
700 TextToSpeechService.this, uri, getStreamType());
767 int result = TextToSpeechService.this.onLoadLanguage(mLanguage, mCountry, mVariant);
    [all...]
PlaybackSynthesisCallback.java 18 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
  /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 {
74 // mNativeSynth is used by TextToSpeechService#onCreate so it must be set prior
  /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/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 126 milliseconds