Searched refs:ITextToSpeechSessionCallback (Results 1 – 5 of 5) sorted by relevance
33 import android.speech.tts.ITextToSpeechSessionCallback;63 void createSessionLocked(String engine, ITextToSpeechSessionCallback sessionCallback) { in createSessionLocked()86 private ITextToSpeechSessionCallback mCallback;90 ITextToSpeechSessionCallback callback) { in start()95 ITextToSpeechSessionCallback callback) { in TextToSpeechSessionConnection()
26 import android.speech.tts.ITextToSpeechSessionCallback;64 ITextToSpeechSessionCallback sessionCallback) { in createSession()
19 import android.speech.tts.ITextToSpeechSessionCallback;28 void createSession(in String engine, in ITextToSpeechSessionCallback managerCallback); in createSession()
25 oneway interface ITextToSpeechSessionCallback { interface
2457 manager.createSession(engine, new ITextToSpeechSessionCallback.Stub() {