Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/speech/tts/
DTextToSpeechService.java1494 public void setCallback(IBinder caller, ITextToSpeechCallback cb) {
1516 private class CallbackMap extends RemoteCallbackList<ITextToSpeechCallback> {
1517 private final HashMap<IBinder, ITextToSpeechCallback> mCallerToCallback
1518 = new HashMap<IBinder, ITextToSpeechCallback>();
1520 public void setCallback(IBinder caller, ITextToSpeechCallback cb) { in setCallback()
1522 ITextToSpeechCallback old; in setCallback()
1536 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); in dispatchOnStop()
1546 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); in dispatchOnSuccess()
1556 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); in dispatchOnStart()
1567 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); in dispatchOnError()
[all …]
DITextToSpeechService.aidl22 import android.speech.tts.ITextToSpeechCallback;
176 void setCallback(in IBinder caller, ITextToSpeechCallback cb); in setCallback()
DITextToSpeechCallback.aidl23 oneway interface ITextToSpeechCallback { interface
DTextToSpeech.java2113 private final ITextToSpeechCallback.Stub mCallback =
2114 new ITextToSpeechCallback.Stub() {
/frameworks/base/
DAndroid.bp355 "core/java/android/speech/tts/ITextToSpeechCallback.aidl",
/frameworks/base/config/
Dpreloaded-classes2824 android.speech.tts.ITextToSpeechCallback
2825 android.speech.tts.ITextToSpeechCallback$Stub
Dboot-image-profile.txt5316 HPLandroid/speech/tts/ITextToSpeechCallback$Stub;->asBinder()Landroid/os/IBinder;
5322 …chService$Stub$Proxy;->setCallback(Landroid/os/IBinder;Landroid/speech/tts/ITextToSpeechCallback;)V
5363 …tToSpeechService$CallbackMap;->onCallbackDied(Landroid/speech/tts/ITextToSpeechCallback;Ljava/lang…
29943 HSPLandroid/speech/tts/ITextToSpeechCallback$Stub$Proxy;->asBinder()Landroid/os/IBinder;
29944 HSPLandroid/speech/tts/ITextToSpeechCallback;->onAudioAvailable(Ljava/lang/String;[B)V
29945 HSPLandroid/speech/tts/ITextToSpeechCallback;->onBeginSynthesis(Ljava/lang/String;III)V
29946 HSPLandroid/speech/tts/ITextToSpeechCallback;->onError(Ljava/lang/String;I)V
29947 HSPLandroid/speech/tts/ITextToSpeechCallback;->onRangeStart(Ljava/lang/String;III)V
29948 HSPLandroid/speech/tts/ITextToSpeechCallback;->onStart(Ljava/lang/String;)V
29949 HSPLandroid/speech/tts/ITextToSpeechCallback;->onStop(Ljava/lang/String;Z)V
[all …]