Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/speech/tts/
DTextToSpeechService.java1517 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); in dispatchOnStop()
1527 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); in dispatchOnSuccess()
1537 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); in dispatchOnStart()
1548 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); in dispatchOnError()
1558 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); in dispatchOnBeginSynthesis()
1568 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); in dispatchOnAudioAvailable()
1579 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); in dispatchOnRangeStart()
1605 private ITextToSpeechCallback getCallbackFor(Object caller) { in getCallbackFor() method in TextToSpeechService.CallbackMap