Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DSpeechSynthesisService.java28 private static Object sTTS; field in SpeechSynthesisService
37 if (sTTS != null) { in initSynthInternal()
43 sTTS = new TextToSpeech(ctx, new TextToSpeech.OnInitListener() { in initSynthInternal()
58 return (TextToSpeech) sTTS; in getTTS()
117 if (sTTS == null) { in speakInternal()
125 final TextToSpeech tss = (TextToSpeech) sTTS; in speakInternal()
134 if (sTTS == null) { in setUtteranceListener()
191 if (sTTS == null) { in stopInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DSpeechSynthesisService.java28 private static Object sTTS; field in SpeechSynthesisService
37 if (sTTS != null) { in initSynthInternal()
43 sTTS = new TextToSpeech(ctx, new TextToSpeech.OnInitListener() { in initSynthInternal()
58 return (TextToSpeech) sTTS; in getTTS()
117 if (sTTS == null) { in speakInternal()
125 final TextToSpeech tss = (TextToSpeech) sTTS; in speakInternal()
134 if (sTTS == null) { in setUtteranceListener()
191 if (sTTS == null) { in stopInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DSpeechSynthesisService.java28 private static Object sTTS; field in SpeechSynthesisService
37 if (sTTS != null) { in initSynthInternal()
43 sTTS = new TextToSpeech(ctx, new TextToSpeech.OnInitListener() { in initSynthInternal()
58 return (TextToSpeech) sTTS; in getTTS()
114 if (sTTS == null) { in speakInternal()
122 TextToSpeech tss = (TextToSpeech) sTTS; in speakInternal()
131 if (sTTS == null) { in setUtteranceListener()
188 if (sTTS == null) { in stopInternal()
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DSpeechSynthesisService.java26 private static Object sTTS; field in SpeechSynthesisService
35 if (sTTS != null) { in initSynthInternal()
41 sTTS = in initSynthInternal()
59 return (TextToSpeech) sTTS; in getTTS()
142 if (sTTS == null) { in speakInternal()
150 final TextToSpeech tss = (TextToSpeech) sTTS; in speakInternal()
159 if (sTTS == null) { in setUtteranceListener()
218 if (sTTS == null) { in stopInternal()