Searched defs:callingPid (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/net/
H A DMobileDataStateTracker.java460 * @param callingPid the process ID of the process that is issuing this request
474 public int startUsingNetworkFeature(String feature, int callingPid, int callingUid) { argument
484 * @param callingPid the process ID of the process that is issuing this request
490 public int stopUsingNetworkFeature(String feature, int callingPid, int callingUid) { argument
H A DNetworkStateTracker.java374 * @param callingPid the process ID of the process that is issuing this request
381 public abstract int startUsingNetworkFeature(String feature, int callingPid, int callingUid); argument
388 * @param callingPid the process ID of the process that is issuing this request
395 public abstract int stopUsingNetworkFeature(String feature, int callingPid, int callingUid); argument
/frameworks/base/services/java/com/android/server/am/
H A DBroadcastRecord.java41 final int callingPid; // the pid of who sent this field in class:BroadcastRecord
89 pw.print(" pid="); pw.print(callingPid);
168 callingPid = _callingPid;
H A DActivityStack.java1882 int callingPid, int callingUid, boolean onlyIfNeeded,
1891 callingPid = callerApp.pid;
1895 + " (pid=" + callingPid + ") when starting: "
1903 + (callerApp != null ? callerApp.pid : callingPid));
1960 final int perm = mService.checkComponentPermission(aInfo.permission, callingPid,
1969 + " from " + callerApp + " (pid=" + callingPid
2009 if (!mService.checkAppSwitchAllowedLocked(callingPid, callingUid, "Activity start")) {
2432 int callingPid;
2435 callingPid = Binder.getCallingPid();
2438 callingPid
1877 startActivityLocked(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, ActivityInfo aInfo, IBinder resultTo, String resultWho, int requestCode, int callingPid, int callingUid, boolean onlyIfNeeded, boolean componentSpecified) argument
[all...]
H A DActivityManagerService.java3652 int callingPid = Binder.getCallingPid();
3654 attachApplicationLocked(thread, callingPid);
5160 final int callingPid = (r != null) ? r.pid : Binder.getCallingPid();
5162 if (checkComponentPermission(cpi.readPermission, callingPid, callingUid,
5167 if (checkComponentPermission(cpi.writePermission, callingPid, callingUid,
5179 if (checkComponentPermission(pp.getReadPermission(), callingPid, callingUid,
5184 if (checkComponentPermission(pp.getWritePermission(), callingPid, callingUid,
5202 + " from " + (r != null ? r : "(null)") + " (pid=" + callingPid
5786 boolean checkAppSwitchAllowedLocked(int callingPid, int callingUid, argument
5793 android.Manifest.permission.STOP_APP_SWITCHES, callingPid,
8597 retrieveServiceLocked(Intent service, String resolvedType, int callingPid, int callingUid) argument
9107 startServiceLocked(IApplicationThread caller, Intent service, String resolvedType, int callingPid, int callingUid) argument
10120 broadcastIntentLocked(ProcessRecord callerApp, String callerPackage, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle map, String requiredPermission, boolean ordered, boolean sticky, int callingPid, int callingUid) argument
[all...]
/frameworks/base/services/camera/libcameraservice/
H A DCameraService.cpp115 int callingPid = getCallingPid(); local
116 LOG1("CameraService::connect E (pid %d, id %d)", callingPid, cameraId);
121 callingPid, cameraId);
131 callingPid);
135 callingPid);
144 " (camera %d is still busy).", callingPid, cameraId);
156 callingPid);
163 int callingPid = getCallingPid(); local
164 LOG1("CameraService::removeClient E (pid %d)", callingPid);
194 LOG1("CameraService::removeClient X (pid %d)", callingPid);
299 int callingPid = getCallingPid(); local
341 int callingPid = getCallingPid(); local
366 int callingPid = getCallingPid(); local
385 int callingPid = getCallingPid(); local
400 int callingPid = getCallingPid(); local
418 int callingPid = getCallingPid(); local
442 int callingPid = getCallingPid(); local
[all...]
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java500 int callingPid = Binder.getCallingPid();
511 record = new ToastRecord(callingPid, pkg, callback, duration);
514 keepProcessAliveLocked(callingPid);
682 public void enqueueNotificationInternal(String pkg, int callingUid, int callingPid, argument
731 callingUid, callingPid, notification);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateTracker.java2270 public int startUsingNetworkFeature(String feature, int callingPid, int callingUid) { argument
2280 public int stopUsingNetworkFeature(String feature, int callingPid, int callingUid) { argument

Completed in 881 milliseconds