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

  /frameworks/base/services/camera/libcameraservice/
CameraService.cpp 115 int callingPid = getCallingPid();
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();
164 LOG1("CameraService::removeClient E (pid %d)", callingPid);
194 LOG1("CameraService::removeClient X (pid %d)", callingPid);
    [all...]
  /frameworks/base/services/java/com/android/server/am/
BroadcastRecord.java 41 final int callingPid; // the pid of who sent this
89 pw.print(" pid="); pw.print(callingPid);
168 callingPid = _callingPid;
ActivityStack.java     [all...]
ActivityManagerService.java     [all...]
  /frameworks/base/core/java/android/net/
NetworkStateTracker.java 373 * @param callingPid the process ID of the process that is issuing this request
380 public abstract int startUsingNetworkFeature(String feature, int callingPid, int callingUid);
387 * @param callingPid the process ID of the process that is issuing this request
394 public abstract int stopUsingNetworkFeature(String feature, int callingPid, int callingUid);
MobileDataStateTracker.java 454 * @param callingPid the process ID of the process that is issuing this request
468 public int startUsingNetworkFeature(String feature, int callingPid, int callingUid) {
478 * @param callingPid the process ID of the process that is issuing this request
484 public int stopUsingNetworkFeature(String feature, int callingPid, int callingUid) {
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 502 int callingPid = Binder.getCallingPid();
513 record = new ToastRecord(callingPid, pkg, callback, duration);
516 keepProcessAliveLocked(callingPid);
684 public void enqueueNotificationInternal(String pkg, int callingUid, int callingPid,
733 callingUid, callingPid, notification);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java     [all...]

Completed in 61 milliseconds