/aosp12/frameworks/base/services/core/java/com/android/server/firewall/ |
H A D | Filter.java | 35 int callerUid, int callerPid, String resolvedType, int receivingUid); in matches()
|
H A D | AndFilter.java | 29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
H A D | OrFilter.java | 29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
H A D | NotFilter.java | 36 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
H A D | SenderPermissionFilter.java | 37 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
H A D | CategoryFilter.java | 38 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
H A D | SenderFilter.java | 40 static boolean isPrivilegedApp(int callerUid, int callerPid) { in isPrivilegedApp()
|
H A D | SenderPackageFilter.java | 43 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
H A D | PortFilter.java | 45 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches()
|
H A D | IntentFirewall.java | 130 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 D | EventLogger.java | 28 EventLogger(SynthesisRequest request, int callerUid, int callerPid, String serviceApp) { in EventLogger()
|
H A D | TextToSpeechService.java | 782 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 D | AbstractEventLogger.java | 40 AbstractEventLogger(int callerUid, int callerPid, String serviceApp) { in AbstractEventLogger()
|
/aosp12/hardware/qcom/display/msm8909w_3100/libqservice/ |
H A D | IQService.cpp | 88 const int callerPid = ipc->getCallingPid(); in onTransact() local
|
/aosp12/hardware/qcom/display/msm8996/libqservice/ |
H A D | IQService.cpp | 88 const int callerPid = ipc->getCallingPid(); in onTransact() local
|
/aosp12/hardware/qcom/display/msm8998/libqservice/ |
H A D | IQService.cpp | 88 const int callerPid = ipc->getCallingPid(); in onTransact() local
|
/aosp12/hardware/qcom/display/msm8909/libqservice/ |
H A D | IQService.cpp | 88 const int callerPid = ipc->getCallingPid(); in onTransact() local
|
/aosp12/hardware/qcom/sdm845/display/libqservice/ |
H A D | IQService.cpp | 88 const int callerPid = ipc->getCallingPid(); in onTransact() local
|
/aosp12/hardware/qcom/sm7250/display/libqservice/ |
H A D | IQService.cpp | 88 const int callerPid = ipc->getCallingPid(); in onTransact() local
|
/aosp12/hardware/qcom/sm8150/display/libqservice/ |
H A D | IQService.cpp | 88 const int callerPid = ipc->getCallingPid(); in onTransact() local
|
/aosp12/hardware/qcom/display/msm8994/libqservice/ |
H A D | IQService.cpp | 81 const int callerPid = ipc->getCallingPid(); in onTransact() local
|
/aosp12/hardware/qcom/display/msm8226/libqservice/ |
H A D | IQService.cpp | 81 const int callerPid = ipc->getCallingPid(); in onTransact() local
|
/aosp12/hardware/qcom/display/msm8084/libqservice/ |
H A D | IQService.cpp | 90 const int callerPid = ipc->getCallingPid(); in onTransact() local
|
/aosp12/hardware/qcom/display/msm8960/libqservice/ |
H A D | IQService.cpp | 87 const int callerPid = ipc->getCallingPid(); in onTransact() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DragDropController.java | 97 IBinder performDrag(int callerPid, int callerUid, IWindow window, int flags, in performDrag()
|