HomeSort by relevance Sort by last modified time
    Searched refs:getCallingPid (Results 51 - 75 of 130) sorted by null

1 23 4 5 6

  /frameworks/base/services/print/java/com/android/server/print/
PrintManagerService.java 447 + Binder.getCallingPid()
705 return ActivityManagerNative.getDefault().handleIncomingUser(Binder.getCallingPid(),
    [all...]
  /frameworks/av/drm/drmserver/
DrmManagerService.cpp 291 IPCThreadState::self()->getCallingPid(),
  /frameworks/av/services/camera/libcameraservice/api_pro/
ProCamera2Client.cpp 394 const int pid = IPCThreadState::self()->getCallingPid();
  /frameworks/base/core/java/android/database/
CursorWindow.java 112 recordNewWindow(Binder.getCallingPid(), mWindowPtr);
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 225 + Binder.getCallingPid()
  /frameworks/base/core/java/android/os/
Binder.java 89 public static final native int getCallingPid();
124 * @see #getCallingPid()
  /frameworks/base/services/core/java/com/android/server/am/
BatteryStatsService.java 694 if (Binder.getCallingPid() == Process.myPid()) {
698 Binder.getCallingPid(), Binder.getCallingUid(), null);
783 + Binder.getCallingPid() + ", uid=" + Binder.getCallingUid()
ActiveServices.java 294 + " (pid=" + Binder.getCallingPid()
463 + " (pid=" + Binder.getCallingPid()
469 Binder.getCallingPid(), Binder.getCallingUid(), userId, false, false);
488 Binder.getCallingPid(), Binder.getCallingUid(),
497 + " from pid=" + Binder.getCallingPid()
681 + " (pid=" + Binder.getCallingPid()
725 Binder.getCallingPid(), Binder.getCallingUid(), userId, true, callerFg);
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 543 final int pid = Binder.getCallingPid();
622 int callingPid = Binder.getCallingPid();
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 556 Binder.getCallingPid(), Binder.getCallingUid(),
562 Binder.getCallingPid(), Binder.getCallingUid(),
    [all...]
  /frameworks/av/media/libmedia/
AudioEffect.cpp 154 mClientPid = IPCThreadState::self()->getCallingPid();
  /frameworks/av/services/audioflinger/
Tracks.cpp 103 if (IPCThreadState::self()->getCallingPid() != getpid_cached || clientUid == -1) {
658 mName, IPCThreadState::self()->getCallingPid(), mSessionId);
724 ALOGV("stop(%d), calling pid %d", mName, IPCThreadState::self()->getCallingPid());
752 ALOGV("pause(%d), calling pid %d", mName, IPCThreadState::self()->getCallingPid());
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java 401 + Binder.getCallingPid()
  /frameworks/av/services/audiopolicy/
AudioPolicyService.cpp 263 IPCThreadState::self()->getCallingPid());
341 IPCThreadState::self()->getCallingPid(),
    [all...]
  /frameworks/base/core/java/android/content/
ContentProvider.java 472 final int pid = Binder.getCallingPid();
534 final int pid = Binder.getCallingPid();
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 255 if (getpid() == IPCThreadState::self()->getCallingPid()) return true;
308 pid_t pid = IPCThreadState::self()->getCallingPid();
326 pid_t pid = IPCThreadState::self()->getCallingPid();
335 pid_t pid = IPCThreadState::self()->getCallingPid();
462 IPCThreadState::self()->getCallingPid(),
    [all...]
Drm.cpp 40 if (getpid() == IPCThreadState::self()->getCallingPid()) return true;
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 612 const int pid = IPCThreadState::self()->getCallingPid();
  /frameworks/base/core/java/android/app/
ContextImpl.java     [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityInteractionClient.java 633 final boolean isIpcCall = (Binder.getCallingPid() != Process.myPid());
    [all...]
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java     [all...]
UiModeManagerService.java 273 + Binder.getCallingPid()
TelephonyRegistry.java     [all...]
  /frameworks/base/media/java/android/media/
MediaFocusControl.java 212 Slog.w(TAG, "Access denied to process: " + Binder.getCallingPid() +
225 Slog.w(TAG, "Access denied to process: " + Binder.getCallingPid() +
    [all...]

Completed in 1145 milliseconds

1 23 4 5 6