Searched refs:getCallerIdentity (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/speech/tts/ |
D | TextToSpeechService.java | 497 return mFlushAll > 0 || mFlushedObjects.contains(speechItem.getCallerIdentity()); in isFlushed() 531 (mCurrentSpeechItem.getCallerIdentity() == callerIdentity)) { in maybeRemoveCurrentSpeechItem() 575 stopForApp(speechItem.getCallerIdentity()); in enqueueSpeechItem() 597 msg.obj = speechItem.getCallerIdentity(); in enqueueSpeechItem() 788 public Object getCallerIdentity() { in getCallerIdentity() method in TextToSpeechService.SpeechItem 866 mCallbacks.dispatchOnSuccess(getCallerIdentity(), utteranceId); in dispatchOnSuccess() 874 mCallbacks.dispatchOnStop(getCallerIdentity(), utteranceId, isStarted()); in dispatchOnStop() 882 mCallbacks.dispatchOnStart(getCallerIdentity(), utteranceId); in dispatchOnStart() 890 mCallbacks.dispatchOnError(getCallerIdentity(), utteranceId, errorCode); in dispatchOnError() 898 …mCallbacks.dispatchOnBeginSynthesis(getCallerIdentity(), utteranceId, sampleRateInHz, audioFormat,… in dispatchOnBeginSynthesis() [all …]
|
D | AudioPlaybackHandler.java | 63 if (current != null && (current.getCallerIdentity() == callerIdentity)) { in stopForApp() 107 if (item.getCallerIdentity() == callerIdentity) { in removeWorkItemsFor()
|
D | TextToSpeech.java | 837 private IBinder getCallerIdentity() { in getCallerIdentity() method in TextToSpeech 838 return mServiceConnection.getCallerIdentity(); in getCallerIdentity() 860 service.setCallback(getCallerIdentity(), null); in shutdown() 861 service.stop(getCallerIdentity()); in shutdown() 1110 return service.playAudio(getCallerIdentity(), utteranceUri, queueMode, in speak() 1113 return service.speak(getCallerIdentity(), text, queueMode, getParams(params), in speak() 1185 return service.playAudio(getCallerIdentity(), earconUri, queueMode, 1245 return service.playSilence(getCallerIdentity(), durationInMs, 1352 return service.stop(getCallerIdentity()); 1512 if (service.loadVoice(getCallerIdentity(), voiceName) == TextToSpeech.ERROR) { [all …]
|
D | PlaybackQueueItem.java | 17 Object getCallerIdentity() { in getCallerIdentity() method in PlaybackQueueItem
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 5339 HPLandroid/speech/tts/TextToSpeech$Connection;->getCallerIdentity()Landroid/os/IBinder; 5366 HPLandroid/speech/tts/TextToSpeechService$SpeechItem;->getCallerIdentity()Ljava/lang/Object;
|