Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/speech/tts/
DTextToSpeechService.java497 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 …]
DTextToSpeech.java841 private IBinder getCallerIdentity() { in getCallerIdentity() method in TextToSpeech
842 return mServiceConnection.getCallerIdentity(); in getCallerIdentity()
864 service.setCallback(getCallerIdentity(), null); in shutdown()
865 service.stop(getCallerIdentity()); in shutdown()
1113 return service.playAudio(getCallerIdentity(), utteranceUri, queueMode, in speak()
1116 return service.speak(getCallerIdentity(), text, queueMode, getParams(params), in speak()
1188 return service.playAudio(getCallerIdentity(), earconUri, queueMode,
1248 return service.playSilence(getCallerIdentity(), durationInMs,
1355 return service.stop(getCallerIdentity());
1516 if (service.loadVoice(getCallerIdentity(), voiceName) == TextToSpeech.ERROR) {
[all …]
DAudioPlaybackHandler.java63 if (current != null && (current.getCallerIdentity() == callerIdentity)) { in stopForApp()
107 if (item.getCallerIdentity() == callerIdentity) { in removeWorkItemsFor()
DPlaybackQueueItem.java17 Object getCallerIdentity() { in getCallerIdentity() method in PlaybackQueueItem
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt65147 Landroid/speech/tts/PlaybackQueueItem;->getCallerIdentity()Ljava/lang/Object;
65171 Landroid/speech/tts/TextToSpeech$Connection;->getCallerIdentity()Landroid/os/IBinder;
65201 Landroid/speech/tts/TextToSpeech;->getCallerIdentity()Landroid/os/IBinder;
65265 Landroid/speech/tts/TextToSpeechService$SpeechItem;->getCallerIdentity()Ljava/lang/Object;