OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initTts
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechWrapper.java
55
private boolean
initTts
() throws InterruptedException {
56
return
initTts
(new TextToSpeech(mContext, mInitListener));
59
private boolean
initTts
(String engine) throws InterruptedException {
60
return
initTts
(new TextToSpeech(mContext, mInitListener, engine));
63
private boolean
initTts
(TextToSpeech tts) throws InterruptedException {
87
if (wrapper.
initTts
()) {
97
if (wrapper.
initTts
(MOCK_TTS_ENGINE)) {
/frameworks/base/core/java/android/speech/tts/
TextToSpeech.java
610
initTts
();
634
private int
initTts
() {
[
all
...]
Completed in 234 milliseconds