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 DTextToSpeech.java646 private IBinder getCallerIdentity() { method in class:TextToSpeech
647 return mServiceConnection.getCallerIdentity();
659 service.setCallback(getCallerIdentity(), null);
660 service.stop(getCallerIdentity());
820 return service.playAudio(getCallerIdentity(), utteranceUri, queueMode,
823 return service.speak(getCallerIdentity(), text, queueMode, getParams(params));
856 return service.playAudio(getCallerIdentity(), earconUri, queueMode,
883 return service.playSilence(getCallerIdentity(), durationInMs, queueMode,
946 return service.stop(getCallerIdentity());
1111 return service.synthesizeToFile(getCallerIdentity(), tex
1304 public IBinder getCallerIdentity() { method in class:TextToSpeech.Connection
[all...]
H A DTextToSpeechService.java278 mCurrentSpeechItem.getCallerIdentity() == callerIdentity) {
315 stopForApp(speechItem.getCallerIdentity());
332 msg.obj = speechItem.getCallerIdentity();
411 public Object getCallerIdentity() { method in class:TextToSpeechService.SpeechItem
459 mCallbacks.dispatchOnDone(getCallerIdentity(), utteranceId);
467 mCallbacks.dispatchOnStart(getCallerIdentity(), utteranceId);
475 mCallbacks.dispatchOnError(getCallerIdentity(), utteranceId);
581 mAudioPlaybackHandler, this, getCallerIdentity(), mEventLogger);
701 mItem = new AudioPlaybackQueueItem(this, getCallerIdentity(),
739 this, getCallerIdentity(), mDuratio
[all...]

Completed in 40 milliseconds