/frameworks/base/services/core/java/com/android/server/location/ |
D | LocationPermissionUtil.java | 44 public static boolean doesCallerReportToAppOps(Context context, CallerIdentity callerIdentity) { in doesCallerReportToAppOps() 50 CallerIdentity callerIdentity) { in hasPermissionLocationHardware() 56 CallerIdentity callerIdentity) { in hasPermissionUpdateAppOpsStats()
|
D | AppOpsHelper.java | 120 public boolean checkLocationAccess(CallerIdentity callerIdentity) { in checkLocationAccess() 181 public boolean noteMockLocationAccess(CallerIdentity callerIdentity) { in noteMockLocationAccess() 200 private boolean startLocationMonitoring(int appOp, CallerIdentity callerIdentity) { in startLocationMonitoring() 219 private void stopLocationMonitoring(int appOp, CallerIdentity callerIdentity) { in stopLocationMonitoring() 236 private boolean noteOpNoThrow(int appOp, CallerIdentity callerIdentity) { in noteOpNoThrow()
|
D | LocationManagerServiceUtils.java | 46 @NonNull CallerIdentity callerIdentity, in LinkedListener() 71 LinkedListenerBase(@NonNull CallerIdentity callerIdentity) { in LinkedListenerBase()
|
D | RemoteListenerHelper.java | 81 CallerIdentity callerIdentity) { in addListener() 138 void execute(TListener listener, CallerIdentity callerIdentity) throws RemoteException; in execute() 178 protected boolean hasPermission(Context context, CallerIdentity callerIdentity) { in hasPermission() 268 CallerIdentity callerIdentity) { in IdentifiedListener()
|
D | LocationManagerService.java | 1666 private boolean isThrottlingExempt(CallerIdentity callerIdentity) { in isThrottlingExempt()
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssStatusListenerHelper.java | 55 foreach((IGnssStatusListener listener, CallerIdentity callerIdentity) -> { in onStatusChanged() 59 foreach((IGnssStatusListener listener, CallerIdentity callerIdentity) -> { in onStatusChanged() 66 foreach((IGnssStatusListener listener, CallerIdentity callerIdentity) -> { in onFirstFix() 80 foreach((IGnssStatusListener listener, CallerIdentity callerIdentity) -> { in onSvStatusChanged() 92 foreach((IGnssStatusListener listener, CallerIdentity callerIdentity) -> { in onNmeaReceived()
|
D | GnssNavigationMessageProvider.java | 90 foreach((IGnssNavigationMessageListener listener, CallerIdentity callerIdentity) -> { in onNavigationMessageAvailable() 141 CallerIdentity callerIdentity) throws RemoteException { in execute()
|
D | GnssMeasurementsProvider.java | 117 foreach((IGnssMeasurementsListener listener, CallerIdentity callerIdentity) -> { in onMeasurementsAvailable() 175 CallerIdentity callerIdentity) throws RemoteException { in execute()
|
D | GnssAntennaInfoProvider.java | 112 foreach((IGnssAntennaInfoListener listener, CallerIdentity callerIdentity) -> { in onGnssAntennaInfoAvailable()
|
D | GnssManagerService.java | 360 CallerIdentity callerIdentity = linkedListener.getCallerIdentity(); in updateListenersOnForegroundChangedLocked() local 626 private boolean isThrottlingExempt(CallerIdentity callerIdentity) { in isThrottlingExempt()
|
/frameworks/base/core/java/android/speech/tts/ |
D | TextToSpeechService.java | 477 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 …]
|
D | AudioPlaybackHandler.java | 58 public void stopForApp(Object callerIdentity) { in stopForApp() 102 private void removeWorkItemsFor(Object callerIdentity) { in removeWorkItemsFor()
|
D | SilencePlaybackQueueItem.java | 26 Object callerIdentity, long silenceDurationMs) { in SilencePlaybackQueueItem()
|
D | PlaybackQueueItem.java | 12 Object callerIdentity) { in PlaybackQueueItem()
|
D | AudioPlaybackQueueItem.java | 39 Object callerIdentity, in AudioPlaybackQueueItem()
|
D | PlaybackSynthesisCallback.java | 57 @NonNull UtteranceProgressDispatcher dispatcher, @NonNull Object callerIdentity, in PlaybackSynthesisCallback()
|
D | SynthesisPlaybackQueueItem.java | 81 Object callerIdentity, AbstractEventLogger logger) { in SynthesisPlaybackQueueItem()
|