/frameworks/base/services/java/com/android/server/accounts/ |
AccountManagerService.java | 483 + ", pid " + Binder.getCallingPid()); 524 + ", pid " + Binder.getCallingPid()); 543 + ", pid " + Binder.getCallingPid()); 569 + ", pid " + Binder.getCallingPid()); 777 + ", pid " + Binder.getCallingPid()); [all...] |
/frameworks/base/services/java/com/android/server/ |
AppOpsService.java | 157 mPid = Binder.getCallingPid(); 296 Binder.getCallingPid(), Binder.getCallingUid(), null); 321 Binder.getCallingPid(), Binder.getCallingUid(), null); 425 Binder.getCallingPid(), Binder.getCallingUid(), null); 675 if (Binder.getCallingPid() == Process.myPid()) { 679 Binder.getCallingPid(), Binder.getCallingUid(), null); [all...] |
VibratorService.java | 187 if (Binder.getCallingPid() == Process.myPid()) { 191 Binder.getCallingPid(), Binder.getCallingUid(), null);
|
CommonTimeManagementService.java | 187 "pid=%d, uid=%d", Binder.getCallingPid(), Binder.getCallingUid()));
|
/frameworks/base/services/java/com/android/server/wm/ |
Session.java | 72 mPid = Binder.getCallingPid(); 189 + Binder.getCallingPid()); 195 + Binder.getCallingPid());
|
/frameworks/base/services/java/com/android/server/wifi/ |
WifiService.java | 381 this.pid = getCallingPid(); 457 stopBatchedScan(settings, getCallingUid(), getCallingPid()); 593 Slog.d(TAG, "setWifiEnabled: " + enable + " pid=" + Binder.getCallingPid() [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
BinderTest.java | 316 assertEquals(Process.myPid(), Binder.getCallingPid());
|
/frameworks/av/media/libmediaplayerservice/ |
MediaRecorderClient.cpp | 52 if (getpid() == IPCThreadState::self()->getCallingPid()) return true;
|
MediaPlayerService.cpp | 194 if (getpid() == IPCThreadState::self()->getCallingPid()) return true; 233 pid_t pid = IPCThreadState::self()->getCallingPid(); 251 pid_t pid = IPCThreadState::self()->getCallingPid(); 260 pid_t pid = IPCThreadState::self()->getCallingPid(); 388 IPCThreadState::self()->getCallingPid(), [all...] |
/frameworks/base/core/java/android/os/ |
Binder.java | 70 public static final native int getCallingPid(); 105 * @see #getCallingPid()
|
/frameworks/base/services/java/com/android/server/display/ |
DisplayManagerService.java | 446 int callingPid = Binder.getCallingPid(); 477 final int callingPid = Binder.getCallingPid(); 509 final int callingPid = Binder.getCallingPid(); [all...] |
/frameworks/base/services/java/com/android/server/search/ |
SearchManagerService.java | 243 userHandle = ActivityManager.handleIncomingUser(Binder.getCallingPid(),
|
/frameworks/native/libs/binder/ |
IServiceManager.cpp | 62 pid_t pid = ipcState->getCallingPid();
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaThumbRequest.java | 61 int mCallingPid = Binder.getCallingPid();
|
/frameworks/av/services/audioflinger/ |
AudioFlinger.cpp | 306 IPCThreadState::self()->getCallingPid(), 486 pid_t pid = IPCThreadState::self()->getCallingPid(); 874 ioHandle, keyValuePairs.string(), IPCThreadState::self()->getCallingPid()); 960 ioHandle, keys.string(), IPCThreadState::self()->getCallingPid()); [all...] |
Tracks.cpp | 93 if (IPCThreadState::self()->getCallingPid() != getpid_cached || clientUid == -1) { 381 IPCThreadState::self()->getCallingPid()); 572 mName, IPCThreadState::self()->getCallingPid(), mSessionId); 635 ALOGV("stop(%d), calling pid %d", mName, IPCThreadState::self()->getCallingPid()); 663 ALOGV("pause(%d), calling pid %d", mName, IPCThreadState::self()->getCallingPid()); [all...] |
/frameworks/base/services/java/com/android/server/input/ |
InputManagerService.java | 517 final int pid = Binder.getCallingPid(); 596 int callingPid = Binder.getCallingPid(); [all...] |
/frameworks/base/services/java/com/android/server/am/ |
ActivityManagerService.java | [all...] |
/frameworks/base/core/java/android/content/ |
ContentProvider.java | 413 final int pid = Binder.getCallingPid(); 475 final int pid = Binder.getCallingPid(); [all...] |
/frameworks/av/drm/drmserver/ |
DrmManagerService.cpp | 280 IPCThreadState::self()->getCallingPid(),
|
/frameworks/av/services/camera/libcameraservice/api_pro/ |
ProCamera2Client.cpp | 397 const int pid = IPCThreadState::self()->getCallingPid();
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetHost.java | 255 return Process.myPid() == Binder.getCallingPid();
|
/frameworks/base/core/java/android/database/ |
CursorWindow.java | 108 recordNewWindow(Binder.getCallingPid(), mWindowPtr);
|
/frameworks/base/core/java/android/inputmethodservice/ |
IInputMethodWrapper.java | 224 + Binder.getCallingPid()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadProvider.java | 564 Binder.getCallingPid(), Binder.getCallingUid(), 570 Binder.getCallingPid(), Binder.getCallingUid(), [all...] |