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

  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 135 int callingPid = getCallingPid();
138 LOG1("CameraService::connect E (pid %d, id %d)", callingPid, cameraId);
148 callingPid, cameraId);
156 ALOGI("Camera is disabled. connect X (pid %d) rejected", callingPid);
166 callingPid);
170 callingPid);
179 " (camera %d is still busy).", callingPid, cameraId);
198 client = new Client(this, cameraClient, hardware, cameraId, info.facing, callingPid);
205 int callingPid = getCallingPid();
206 LOG1("CameraService::removeClient E (pid %d)", callingPid);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothTetheringDataTracker.java 156 * @param callingPid the process ID of the process that is issuing this request
164 public int startUsingNetworkFeature(String feature, int callingPid, int callingUid) {
173 * @param callingPid the process ID of the process that is issuing this request
181 public int stopUsingNetworkFeature(String feature, int callingPid, int callingUid) {
  /frameworks/base/services/java/com/android/server/am/
BroadcastRecord.java 42 final int callingPid; // the pid of who sent this
92 pw.print(" pid="); pw.print(callingPid);
175 callingPid = _callingPid;
ActivityStack.java     [all...]
BroadcastQueue.java 374 r.callingPid, r.callingUid, -1, true);
379 + r.callingPid + ", uid=" + r.callingUid + ")"
655 r.callingPid, r.callingUid, info.activityInfo.applicationInfo.uid,
661 + " from " + r.callerPackage + " (pid=" + r.callingPid
669 + " from " + r.callerPackage + " (pid=" + r.callingPid
    [all...]
ActivityManagerService.java     [all...]
  /frameworks/base/core/java/android/net/
EthernetDataTracker.java 289 * @param callingPid the process ID of the process that is issuing this request
297 public int startUsingNetworkFeature(String feature, int callingPid, int callingUid) {
306 * @param callingPid the process ID of the process that is issuing this request
314 public int stopUsingNetworkFeature(String feature, int callingPid, int callingUid) {
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 661 int callingPid = Binder.getCallingPid();
690 record = new ToastRecord(callingPid, pkg, callback, duration);
693 keepProcessAliveLocked(callingPid);
    [all...]
LocationManagerService.java     [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java 542 int callingPid = Binder.getCallingPid();
543 if (mInputDevicesChangedListeners.get(callingPid) != null) {
549 new InputDevicesChangedListenerRecord(callingPid, listener);
558 mInputDevicesChangedListeners.put(callingPid, record);
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]

Completed in 877 milliseconds