OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onSynthesizeText
(Results
1 - 5
of
5
) sorted by null
/cts/tests/src/android/speech/tts/cts/
StubTextToSpeechService.java
50
protected void
onSynthesizeText
(SynthesisRequest request, SynthesisCallback callback) {
/external/svox/pico/compat/src/com/android/tts/compat/
CompatTtsService.java
109
protected void
onSynthesizeText
(SynthesisRequest request, SynthesisCallback callback) {
/development/samples/TtsEngine/src/com/example/android/ttsengine/
RobotSpeakTtsService.java
70
// onLoadLanguage or
onSynthesizeText
. This a tradeoff between memory usage
111
* Note that this method is synchronized, as is
onSynthesizeText
because
112
* onLoadLanguage can be called from multiple threads (while
onSynthesizeText
156
protected synchronized void
onSynthesizeText
(SynthesisRequest request,
242
// to stop all processing for the *current*
onSynthesizeText
request (if
/frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java
49
* <li>{@link #
onSynthesizeText
}</li>
57
* {@link #
onSynthesizeText
} is central to the engine implementation. The
196
protected abstract void
onSynthesizeText
(SynthesisRequest request,
526
TextToSpeechService.this.
onSynthesizeText
(mSynthesisRequest, synthesisCallback);
/prebuilt/sdk/14/
android.jar
Completed in 2551 milliseconds