Searched refs:getCallerIdentity (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DPlaybackQueueItem.java17 Object getCallerIdentity() { method in class:PlaybackQueueItem
H A DAudioPlaybackHandler.java63 if (current != null && (current.getCallerIdentity() == callerIdentity)) {
107 if (item.getCallerIdentity() == callerIdentity) {
H A DTextToSpeechService.java496 return mFlushAll > 0 || mFlushedObjects.contains(speechItem.getCallerIdentity());
512 (mCurrentSpeechItem.getCallerIdentity() == callerIdentity)) {
556 stopForApp(speechItem.getCallerIdentity());
578 msg.obj = speechItem.getCallerIdentity();
762 public Object getCallerIdentity() { method in class:TextToSpeechService.SpeechItem
840 mCallbacks.dispatchOnSuccess(getCallerIdentity(), utteranceId);
848 mCallbacks.dispatchOnStop(getCallerIdentity(), utteranceId, isStarted());
856 mCallbacks.dispatchOnStart(getCallerIdentity(), utteranceId);
864 mCallbacks.dispatchOnError(getCallerIdentity(), utteranceId, errorCode);
872 mCallbacks.dispatchOnBeginSynthesis(getCallerIdentity(), utteranceI
[all...]
H A DTextToSpeech.java830 private IBinder getCallerIdentity() { method in class:TextToSpeech
831 return mServiceConnection.getCallerIdentity();
853 service.setCallback(getCallerIdentity(), null);
854 service.stop(getCallerIdentity());
1103 return service.playAudio(getCallerIdentity(), utteranceUri, queueMode,
1106 return service.speak(getCallerIdentity(), text, queueMode, getParams(params),
1178 return service.playAudio(getCallerIdentity(), earconUri, queueMode,
1238 return service.playSilence(getCallerIdentity(), durationInMs,
1345 return service.stop(getCallerIdentity());
1505 if (service.loadVoice(getCallerIdentity(), voiceNam
2226 public IBinder getCallerIdentity() { method in class:TextToSpeech.Connection
[all...]

Completed in 102 milliseconds