Searched refs:ITextToSpeechCallback (Results 1 – 7 of 7) sorted by relevance
1494 public void setCallback(IBinder caller, ITextToSpeechCallback cb) {1516 private class CallbackMap extends RemoteCallbackList<ITextToSpeechCallback> {1517 private final HashMap<IBinder, ITextToSpeechCallback> mCallerToCallback1518 = 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 …]
22 import android.speech.tts.ITextToSpeechCallback;176 void setCallback(in IBinder caller, ITextToSpeechCallback cb); in setCallback()
23 oneway interface ITextToSpeechCallback { interface
2113 private final ITextToSpeechCallback.Stub mCallback =2114 new ITextToSpeechCallback.Stub() {
355 "core/java/android/speech/tts/ITextToSpeechCallback.aidl",
2824 android.speech.tts.ITextToSpeechCallback2825 android.speech.tts.ITextToSpeechCallback$Stub
5316 HPLandroid/speech/tts/ITextToSpeechCallback$Stub;->asBinder()Landroid/os/IBinder;5322 …chService$Stub$Proxy;->setCallback(Landroid/os/IBinder;Landroid/speech/tts/ITextToSpeechCallback;)V5363 …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)V29945 HSPLandroid/speech/tts/ITextToSpeechCallback;->onBeginSynthesis(Ljava/lang/String;III)V29946 HSPLandroid/speech/tts/ITextToSpeechCallback;->onError(Ljava/lang/String;I)V29947 HSPLandroid/speech/tts/ITextToSpeechCallback;->onRangeStart(Ljava/lang/String;III)V29948 HSPLandroid/speech/tts/ITextToSpeechCallback;->onStart(Ljava/lang/String;)V29949 HSPLandroid/speech/tts/ITextToSpeechCallback;->onStop(Ljava/lang/String;Z)V[all …]