Searched refs:ITextToSpeechCallback (Results 1 – 7 of 7) sorted by relevance
1493 public void setCallback(IBinder caller, ITextToSpeechCallback cb) {1515 private class CallbackMap extends RemoteCallbackList<ITextToSpeechCallback> {1516 private final HashMap<IBinder, ITextToSpeechCallback> mCallerToCallback1517 = new HashMap<IBinder, ITextToSpeechCallback>();1519 public void setCallback(IBinder caller, ITextToSpeechCallback cb) { in setCallback()1521 ITextToSpeechCallback old; in setCallback()1535 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); in dispatchOnStop()1545 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); in dispatchOnSuccess()1555 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); in dispatchOnStart()1566 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
2117 private final ITextToSpeechCallback.Stub mCallback =2118 new ITextToSpeechCallback.Stub() {
3218 android.speech.tts.ITextToSpeechCallback$Stub3219 android.speech.tts.ITextToSpeechCallback
65068 Landroid/speech/tts/ITextToSpeechCallback$Stub$Proxy;-><init>(Landroid/os/IBinder;)V65069 Landroid/speech/tts/ITextToSpeechCallback$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;65070 Landroid/speech/tts/ITextToSpeechCallback$Stub$Proxy;->mRemote:Landroid/os/IBinder;65071 Landroid/speech/tts/ITextToSpeechCallback$Stub$Proxy;->onAudioAvailable(Ljava/lang/String;[B)V65072 Landroid/speech/tts/ITextToSpeechCallback$Stub$Proxy;->onBeginSynthesis(Ljava/lang/String;III)V65073 Landroid/speech/tts/ITextToSpeechCallback$Stub$Proxy;->onError(Ljava/lang/String;I)V65074 Landroid/speech/tts/ITextToSpeechCallback$Stub$Proxy;->onRangeStart(Ljava/lang/String;III)V65075 Landroid/speech/tts/ITextToSpeechCallback$Stub$Proxy;->onStart(Ljava/lang/String;)V65076 Landroid/speech/tts/ITextToSpeechCallback$Stub$Proxy;->onStop(Ljava/lang/String;Z)V65077 Landroid/speech/tts/ITextToSpeechCallback$Stub$Proxy;->onSuccess(Ljava/lang/String;)V[all …]
35799 Landroid/speech/tts/ITextToSpeechCallback$Stub;35800 Landroid/speech/tts/ITextToSpeechCallback;