Searched refs:speak (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DITextToSpeechService.aidl42 int speak(in IBinder callingInstance, in CharSequence text, in int queueMode, in Bundle params,
138 * string array can be passed in as keys to {@link TextToSpeech#speak} and
H A DTextToSpeech.java223 * Keys for the parameters passed with speak commands, e.g.
229 * {@link TextToSpeech#speak} and {@link TextToSpeech#synthesizeToFile} to modify
489 // keys for the parameters passed with speak commands. Hidden keys are used internally
531 * @see TextToSpeech#speak(String, int, HashMap)
541 * @see TextToSpeech#speak(String, int, HashMap)
552 * @see TextToSpeech#speak(String, int, HashMap)
563 * @see TextToSpeech#speak(String, int, HashMap)
573 * @see TextToSpeech#speak(String, int, HashMap)
584 * @see TextToSpeech#speak(String, int, java.util.HashMap)
602 * @see TextToSpeech#speak(Strin
1094 public int speak(final CharSequence text, method in class:TextToSpeech
1141 public int speak(final String text, final int queueMode, final HashMap<String, String> params) { method in class:TextToSpeech
[all...]
H A DTextToSpeechService.java1224 public int speak(IBinder caller, CharSequence text, int queueMode, Bundle params,
/frameworks/base/services/core/java/com/android/server/policy/
H A DEnableAccessibilityController.java70 mTts.speak(text, TextToSpeech.QUEUE_FLUSH, null);
74 mTts.speak(text, TextToSpeech.QUEUE_FLUSH, null);
79 mTts.speak(mContext.getString(R.string.accessibility_enabled),
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DTextToSpeechTests.java190 mTts.speak(speech, TextToSpeech.QUEUE_ADD, null);
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java585 Log.e(TAG, "end speak, volume: "+mOriginalVoiceVolume);
604 Log.e(TAG, "start speak, volume: "+mOriginalVoiceVolume);
622 mTts.speak(mSpeakText.getText().toString(),

Completed in 494 milliseconds