Home
last modified time | relevance | path

Searched defs:callerIdentity (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
DLocationPermissionUtil.java44 public static boolean doesCallerReportToAppOps(Context context, CallerIdentity callerIdentity) { in doesCallerReportToAppOps()
50 CallerIdentity callerIdentity) { in hasPermissionLocationHardware()
56 CallerIdentity callerIdentity) { in hasPermissionUpdateAppOpsStats()
DGnssStatusListenerHelper.java51 foreach((IGnssStatusListener listener, CallerIdentity callerIdentity) -> { in onStatusChanged()
55 foreach((IGnssStatusListener listener, CallerIdentity callerIdentity) -> { in onStatusChanged()
62 foreach((IGnssStatusListener listener, CallerIdentity callerIdentity) -> { in onFirstFix()
75 foreach((IGnssStatusListener listener, CallerIdentity callerIdentity) -> { in onSvStatusChanged()
87 foreach((IGnssStatusListener listener, CallerIdentity callerIdentity) -> { in onNmeaReceived()
DRemoteListenerHelper.java79 public void addListener(@NonNull TListener listener, CallerIdentity callerIdentity) { in addListener()
136 void execute(TListener listener, CallerIdentity callerIdentity) throws RemoteException; in execute()
176 protected boolean hasPermission(Context context, CallerIdentity callerIdentity) { in hasPermission()
263 private IdentifiedListener(@NonNull TListener listener, CallerIdentity callerIdentity) { in IdentifiedListener()
DGnssNavigationMessageProvider.java88 foreach((IGnssNavigationMessageListener listener, CallerIdentity callerIdentity) -> { in onNavigationMessageAvailable()
139 CallerIdentity callerIdentity) throws RemoteException { in execute()
DGnssMeasurementsProvider.java97 foreach((IGnssMeasurementsListener listener, CallerIdentity callerIdentity) -> { in onMeasurementsAvailable()
155 CallerIdentity callerIdentity) throws RemoteException { in execute()
/frameworks/base/core/java/android/speech/tts/
DTextToSpeechService.java477 private void startFlushingSpeechItems(Object callerIdentity) { in startFlushingSpeechItems()
486 private void endFlushingSpeechItems(Object callerIdentity) { in endFlushingSpeechItems()
529 private synchronized SpeechItem maybeRemoveCurrentSpeechItem(Object callerIdentity) { in maybeRemoveCurrentSpeechItem()
616 public int stopForApp(final Object callerIdentity) { in stopForApp()
943 Object callerIdentity, in UtteranceSpeechItemWithParams()
987 Object callerIdentity, in SynthesisSpeechItem()
1097 Object callerIdentity, in SynthesisToFileOutputStreamSpeechItem()
1128 Object callerIdentity, in AudioSpeechItem()
1169 public SilenceSpeechItem(Object callerIdentity, int callerUid, int callerPid, in SilenceSpeechItem()
1206 public LoadLanguageItem(Object callerIdentity, int callerUid, int callerPid, in LoadLanguageItem()
[all …]
DAudioPlaybackHandler.java58 public void stopForApp(Object callerIdentity) { in stopForApp()
102 private void removeWorkItemsFor(Object callerIdentity) { in removeWorkItemsFor()
DSilencePlaybackQueueItem.java26 Object callerIdentity, long silenceDurationMs) { in SilencePlaybackQueueItem()
DPlaybackQueueItem.java12 Object callerIdentity) { in PlaybackQueueItem()
DAudioPlaybackQueueItem.java39 Object callerIdentity, in AudioPlaybackQueueItem()
DPlaybackSynthesisCallback.java57 @NonNull UtteranceProgressDispatcher dispatcher, @NonNull Object callerIdentity, in PlaybackSynthesisCallback()
DSynthesisPlaybackQueueItem.java81 Object callerIdentity, AbstractEventLogger logger) { in SynthesisPlaybackQueueItem()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java613 CallerIdentity callerIdentity = linkedListener.mCallerIdentity; in updateGnssDataProviderOnUidImportanceChangedLocked() local
1752 CallerIdentity callerIdentity = new CallerIdentity(Binder.getCallingUid(), in addGnssBatchingCallback() local
2273 private boolean isThrottlingExemptLocked(CallerIdentity callerIdentity) { in isThrottlingExemptLocked()
2917 private LinkedListenerBase(@NonNull CallerIdentity callerIdentity, in LinkedListenerBase()
2929 @NonNull CallerIdentity callerIdentity, in LinkedListener()
2952 CallerIdentity callerIdentity = new CallerIdentity(Binder.getCallingUid(), in addGnssDataListener() local
3787 CallerIdentity callerIdentity = listener.mCallerIdentity; in dumpGnssDataListenersLocked() local