Home
last modified time | relevance | path

Searched defs:callerPid (Results 1 – 25 of 34) sorted by relevance

12

/aosp12/frameworks/base/services/core/java/com/android/server/firewall/
H A DFilter.java35 int callerUid, int callerPid, String resolvedType, int receivingUid); in matches()
H A DAndFilter.java29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
H A DOrFilter.java29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
H A DNotFilter.java36 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
H A DSenderPermissionFilter.java37 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
H A DCategoryFilter.java38 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
H A DSenderFilter.java40 static boolean isPrivilegedApp(int callerUid, int callerPid) { in isPrivilegedApp()
H A DSenderPackageFilter.java43 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
H A DPortFilter.java45 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
H A DIntentFirewall.java130 public boolean checkStartActivity(Intent intent, int callerUid, int callerPid, in checkStartActivity()
137 int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in checkService()
142 public boolean checkBroadcast(Intent intent, int callerUid, int callerPid, in checkBroadcast()
149 int intentType, Intent intent, int callerUid, int callerPid, String resolvedType, in checkIntent()
/aosp12/frameworks/base/core/java/android/speech/tts/
H A DEventLogger.java28 EventLogger(SynthesisRequest request, int callerUid, int callerPid, String serviceApp) { in EventLogger()
H A DTextToSpeechService.java782 public SpeechItem(Object caller, int callerUid, int callerPid) { in SpeechItem()
858 public UtteranceSpeechItem(Object caller, int callerUid, int callerPid) { in UtteranceSpeechItem()
945 int callerPid, in UtteranceSpeechItemWithParams()
989 int callerPid, in SynthesisSpeechItem()
1099 int callerPid, in SynthesisToFileOutputStreamSpeechItem()
1130 int callerPid, in AudioSpeechItem()
1169 public SilenceSpeechItem(Object callerIdentity, int callerUid, int callerPid, in SilenceSpeechItem()
1206 public LoadLanguageItem(Object callerIdentity, int callerUid, int callerPid, in LoadLanguageItem()
1236 public LoadVoiceItem(Object callerIdentity, int callerUid, int callerPid, in LoadVoiceItem()
H A DAbstractEventLogger.java40 AbstractEventLogger(int callerUid, int callerPid, String serviceApp) { in AbstractEventLogger()
/aosp12/hardware/qcom/display/msm8909w_3100/libqservice/
H A DIQService.cpp88 const int callerPid = ipc->getCallingPid(); in onTransact() local
/aosp12/hardware/qcom/display/msm8996/libqservice/
H A DIQService.cpp88 const int callerPid = ipc->getCallingPid(); in onTransact() local
/aosp12/hardware/qcom/display/msm8998/libqservice/
H A DIQService.cpp88 const int callerPid = ipc->getCallingPid(); in onTransact() local
/aosp12/hardware/qcom/display/msm8909/libqservice/
H A DIQService.cpp88 const int callerPid = ipc->getCallingPid(); in onTransact() local
/aosp12/hardware/qcom/sdm845/display/libqservice/
H A DIQService.cpp88 const int callerPid = ipc->getCallingPid(); in onTransact() local
/aosp12/hardware/qcom/sm7250/display/libqservice/
H A DIQService.cpp88 const int callerPid = ipc->getCallingPid(); in onTransact() local
/aosp12/hardware/qcom/sm8150/display/libqservice/
H A DIQService.cpp88 const int callerPid = ipc->getCallingPid(); in onTransact() local
/aosp12/hardware/qcom/display/msm8994/libqservice/
H A DIQService.cpp81 const int callerPid = ipc->getCallingPid(); in onTransact() local
/aosp12/hardware/qcom/display/msm8226/libqservice/
H A DIQService.cpp81 const int callerPid = ipc->getCallingPid(); in onTransact() local
/aosp12/hardware/qcom/display/msm8084/libqservice/
H A DIQService.cpp90 const int callerPid = ipc->getCallingPid(); in onTransact() local
/aosp12/hardware/qcom/display/msm8960/libqservice/
H A DIQService.cpp87 const int callerPid = ipc->getCallingPid(); in onTransact() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDragDropController.java97 IBinder performDrag(int callerPid, int callerUid, IWindow window, int flags, in performDrag()

12