Home
last modified time | relevance | path

Searched refs:onBeginSynthesis (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
DITextToSpeechCallback.aidl71 … void onBeginSynthesis(String utteranceId, int sampleRateInHz, int audioFormat, int channelCount); in onBeginSynthesis() method
DUtteranceProgressListener.java99 …public void onBeginSynthesis(String utteranceId, int sampleRateInHz, int audioFormat, int channelC… in onBeginSynthesis() method in UtteranceProgressListener
DTextToSpeech.java2255 public void onBeginSynthesis(
2262 listener.onBeginSynthesis(
DTextToSpeechService.java1580 cb.onBeginSynthesis(utteranceId, sampleRateInHz, audioFormat, channelCount); in dispatchOnBeginSynthesis()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt50517 Landroid/speech/tts/ITextToSpeechCallback$Stub$Proxy;->onBeginSynthesis(Ljava/lang/String;III)V
50534 Landroid/speech/tts/ITextToSpeechCallback;->onBeginSynthesis(Ljava/lang/String;III)V
/frameworks/base/core/api/
Dcurrent.txt42208 method public void onBeginSynthesis(String, int, int, int);