HomeSort by relevance Sort by last modified time
    Searched refs:callerPid (Results 1 - 14 of 14) sorted by null

  /frameworks/base/services/java/com/android/server/firewall/
SenderFilter.java 35 static boolean isSystemApp(ApplicationInfo callerApp, int callerUid, int callerPid) {
37 callerPid == Process.myPid()) {
71 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
82 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
87 return isSystemApp(callerApp, callerUid, callerPid);
94 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
95 return isSystemApp(callerApp, callerUid, callerPid) ||
103 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
108 return ifw.checkComponentPermission(null, callerPid, callerUid, resolvedApp.uid, false);
Filter.java 33 * @param callerPid
38 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp);
AndFilter.java 29 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
31 if (!children.get(i).matches(ifw, intent, callerApp, callerUid, callerPid, resolvedType,
OrFilter.java 29 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
31 if (children.get(i).matches(ifw, intent, callerApp, callerUid, callerPid, resolvedType,
SenderPermissionFilter.java 37 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
41 return ifw.checkComponentPermission(mPermission, callerPid, callerUid, resolvedApp.uid,
NotFilter.java 36 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
37 return !mChild.matches(ifw, intent, callerApp, callerUid, callerPid, resolvedType,
CategoryFilter.java 38 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
PortFilter.java 45 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
IntentFirewall.java 123 int callerPid, String resolvedType, ActivityInfo resolvedActivity) {
130 if (rule.matches(this, intent, callerApp, callerUid, callerPid, resolvedType,
StringFilter.java 123 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
  /hardware/qcom/display/libqservice/
IQService.cpp 87 const int callerPid = ipc->getCallingPid();
92 getProcName(callerPid, callingProcName, MAX_BUF_SIZE);
101 callerPid, callerUid, callingProcName);
113 callerPid, callerUid, callingProcName);
126 callerPid, callerUid, callingProcName);
138 pid=%d uid=%d process=%s",callerPid,
  /frameworks/base/core/java/android/speech/tts/
EventLogger.java 47 EventLogger(SynthesisRequest request, int callerUid, int callerPid, String serviceApp) {
50 mCallerPid = callerPid;
TextToSpeechService.java 418 public SpeechItem(Object caller, int callerUid, int callerPid, Bundle params) {
422 mCallerPid = callerPid;
493 public UtteranceSpeechItem(Object caller, int callerUid, int callerPid, Bundle params) {
494 super(caller, callerUid, callerPid, params);
561 public SynthesisSpeechItem(Object callerIdentity, int callerUid, int callerPid,
563 super(callerIdentity, callerUid, callerPid, params);
568 mEventLogger = new EventLogger(mSynthesisRequest, callerUid, callerPid,
664 int callerPid, Bundle params, String text, FileOutputStream fileOutputStream) {
665 super(callerIdentity, callerUid, callerPid, params, text);
694 public AudioSpeechItem(Object callerIdentity, int callerUid, int callerPid,
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 5738 milliseconds