Home | History | Annotate | Download | only in tts

Lines Matching refs:TextToSpeechService

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());