Searched defs:getCallerIdentity (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DPlaybackQueueItem.java17 Object getCallerIdentity() { method in class:PlaybackQueueItem
H A DTextToSpeechService.java474 (mCurrentSpeechItem.getCallerIdentity() == callerIdentity)) {
518 stopForApp(speechItem.getCallerIdentity());
536 msg.obj = speechItem.getCallerIdentity();
697 public Object getCallerIdentity() { method in class:TextToSpeechService.SpeechItem
772 mCallbacks.dispatchOnSuccess(getCallerIdentity(), utteranceId);
780 mCallbacks.dispatchOnStop(getCallerIdentity(), utteranceId);
788 mCallbacks.dispatchOnStart(getCallerIdentity(), utteranceId);
796 mCallbacks.dispatchOnError(getCallerIdentity(), utteranceId, errorCode);
917 mAudioPlaybackHandler, this, getCallerIdentity(), mEventLogger, false);
978 this, getCallerIdentity(), fals
[all...]
H A DTextToSpeech.java820 private IBinder getCallerIdentity() { method in class:TextToSpeech
821 return mServiceConnection.getCallerIdentity();
843 service.setCallback(getCallerIdentity(), null);
844 service.stop(getCallerIdentity());
1093 return service.playAudio(getCallerIdentity(), utteranceUri, queueMode,
1096 return service.speak(getCallerIdentity(), text, queueMode, getParams(params),
1168 return service.playAudio(getCallerIdentity(), earconUri, queueMode,
1228 return service.playSilence(getCallerIdentity(), durationInMs,
1335 return service.stop(getCallerIdentity());
1501 if (service.loadVoice(getCallerIdentity(), voiceNam
2171 public IBinder getCallerIdentity() { method in class:TextToSpeech.Connection
[all...]

Completed in 51 milliseconds