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

  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 109 private static final String SYNTH_THREAD_NAME = "SynthThread";
128 SynthThread synthThread = new SynthThread();
129 synthThread.start();
130 mSynthHandler = new SynthHandler(synthThread.getLooper());
428 private class SynthThread extends HandlerThread implements MessageQueue.IdleHandler {
432 public SynthThread() {
584 Log.w(TAG, "SynthThread has quit");
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 130 milliseconds