HomeSort by relevance Sort by last modified time
    Searched refs:callingPid (Results 1 - 9 of 9) 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 374 * @param callingPid the process ID of the process that is issuing this request
381 public abstract int startUsingNetworkFeature(String feature, int callingPid, int callingUid);
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);
MobileDataStateTracker.java 460 * @param callingPid the process ID of the process that is issuing this request
474 public int startUsingNetworkFeature(String feature, int callingPid, int callingUid) {
484 * @param callingPid the process ID of the process that is issuing this request
490 public int stopUsingNetworkFeature(String feature, int callingPid, int callingUid) {
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 500 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,
731 callingUid, callingPid, notification);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java     [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]

Completed in 376 milliseconds