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 | TextToSpeech.java | 841 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 …]
|
D | AudioPlaybackHandler.java | 63 if (current != null && (current.getCallerIdentity() == callerIdentity)) { in stopForApp() 107 if (item.getCallerIdentity() == callerIdentity) { in removeWorkItemsFor()
|
D | PlaybackQueueItem.java | 17 Object getCallerIdentity() { in getCallerIdentity() method in PlaybackQueueItem
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 65147 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;
|