OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:texttospeechservice
(Results
1 - 22
of
22
) sorted by null
/cts/tests/src/android/speech/tts/cts/
StubTextToSpeechService.java
22
import android.speech.tts.
TextToSpeechService
;
25
* Stub implementation of {@link
TextToSpeechService
}. Used for testing the
28
public class StubTextToSpeechService extends
TextToSpeechService
{
/development/samples/TtsEngine/
_index.html
13
<a href="../../../reference/android/speech/tts/
TextToSpeechService
.html"><code>
TextToSpeechService
</code></a>
/frameworks/base/core/java/android/speech/tts/
AudioMessageParams.java
18
import android.speech.tts.
TextToSpeechService
.UtteranceCompletedDispatcher;
ITextToSpeechCallback.aidl
19
* Interface for callbacks from
TextToSpeechService
SilenceMessageParams.java
19
import android.speech.tts.
TextToSpeechService
.UtteranceCompletedDispatcher;
SynthesisCallback.java
43
* while in {@link
TextToSpeechService
#onSynthesizeText}.
57
* while in {@link
TextToSpeechService
#onSynthesizeText}.
73
* while in {@link
TextToSpeechService
#onSynthesizeText}.
83
* while in {@link
TextToSpeechService
#onSynthesizeText}.
MessageParams.java
18
import android.speech.tts.
TextToSpeechService
.UtteranceCompletedDispatcher;
SynthesisMessageParams.java
20
import android.speech.tts.
TextToSpeechService
.UtteranceCompletedDispatcher;
TextToSpeechService.java
71
public abstract class
TextToSpeechService
extends Service {
74
private static final String TAG = "
TextToSpeechService
";
526
TextToSpeechService
.this.onSynthesizeText(mSynthesisRequest, synthesisCallback);
553
TextToSpeechService
.this.onStop();
650
mPlayer = new BlockingMediaPlayer(
TextToSpeechService
.this, uri, getStreamType());
ITextToSpeechService.aidl
24
* Interface for TextToSpeech to talk to
TextToSpeechService
.
PlaybackSynthesisCallback.java
18
import android.speech.tts.
TextToSpeechService
.UtteranceCompletedDispatcher;
TextToSpeech.java
234
* extend {@link
TextToSpeechService
}. Normal applications should not use this intent
[
all
...]
/frameworks/base/docs/html/sdk/api_diff/14/changes/
pkg_android.speech.tts.html
105
<A NAME="
TextToSpeechService
"></A>
106
<nobr><A HREF="../../../../reference/android/speech/tts/
TextToSpeechService
.html" target="_top"><code>
TextToSpeechService
</code></A></nobr>
classes_index_additions.html
362
<A HREF="pkg_android.speech.tts.html#
TextToSpeechService
" class="hiddenlink" target="rightframe"><b>
TextToSpeechService
</b></A><br>
classes_index_all.html
[
all
...]
alldiffs_index_additions.html
[
all
...]
alldiffs_index_all.html
[
all
...]
/cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechServiceTest.java
27
* Tests for {@link android.speech.tts.
TextToSpeechService
} using StubTextToSpeechService.
/external/svox/pico/compat/src/com/android/tts/compat/
CompatTtsService.java
23
import android.speech.tts.
TextToSpeechService
;
28
public abstract class CompatTtsService extends
TextToSpeechService
{
/development/samples/TtsEngine/src/com/example/android/ttsengine/
RobotSpeakTtsService.java
24
import android.speech.tts.
TextToSpeechService
;
42
* {@link android.speech.tts.
TextToSpeechService
}.
44
public class RobotSpeakTtsService extends
TextToSpeechService
{
/frameworks/base/docs/html/sdk/
android-4.0.jd
[
all
...]
/frameworks/base/core/res/res/values/
attrs.xml
[
all
...]
Completed in 605 milliseconds