Home
last modified time | relevance | path

Searched refs:mTts (Results 1 – 1 of 1) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DTextToSpeechFacade.java35 private final TextToSpeech mTts; field in TextToSpeechFacade
41 mTts = new TextToSpeech(manager.getService(), new OnInitListener() { in TextToSpeechFacade()
51 while (mTts.isSpeaking()) { in shutdown()
54 mTts.shutdown(); in shutdown()
61 mTts.speak(message, TextToSpeech.QUEUE_ADD, null); in ttsSpeak()
68 return mTts.isSpeaking(); in ttsIsSpeaking()