HomeSort by relevance Sort by last modified time
    Searched defs:getCallingPid (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBinder.java 26 public static final int getCallingPid() {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
BinderTest.java 21 assertThat(Binder.getCallingPid(), equalTo(47));
26 int pid = Binder.getCallingPid();
  /frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.cpp 39 static int getCallingPid() {
40 return IPCThreadState::self()->getCallingPid();
73 int callingPid = getCallingPid();
185 int callingPid = getCallingPid();
218 getCallingPid() != TClientBase::mClientPid) {
224 getCallingPid(),
229 TClientBase::mClientPid = getCallingPid();
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 315 assertEquals(Process.myPid(), Binder.getCallingPid());
  /frameworks/av/drm/libmediadrm/
DrmHal.cpp 61 static inline int getCallingPid() {
62 return IPCThreadState::self()->getCallingPid();
66 if (getpid() == IPCThreadState::self()->getCallingPid()) return true;
477 retry = DrmSessionManager::Instance()->reclaimSession(getCallingPid());
485 DrmSessionManager::Instance()->addSession(getCallingPid(),
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 34 static int getCallingPid() {
35 return IPCThreadState::self()->getCallingPid();
48 int callingPid = getCallingPid();
66 int callingPid = getCallingPid();
107 int callingPid = getCallingPid();
145 int callingPid = getCallingPid();
155 ALOGE("attempt to use a camera after disconnect() (pid %d)", getCallingPid());
164 int callingPid = getCallingPid();
179 int callingPid = getCallingPid();
201 int callingPid = getCallingPid();
    [all...]
Camera2Client.cpp 43 static int getCallingPid() {
44 return IPCThreadState::self()->getCallingPid();
402 int callingPid = getCallingPid();
469 if (mClientPid != 0 && getCallingPid() != mClientPid) {
472 mCameraId, getCallingPid(), mClientPid);
476 mClientPid = getCallingPid();
489 __FUNCTION__, mCameraId, getCallingPid(), mClientPid);
492 mClientPid = getCallingPid();
496 if (mClientPid != getCallingPid()) {
498 __FUNCTION__, mCameraId, getCallingPid(), mClientPid)
    [all...]
  /frameworks/base/core/java/android/database/
CursorWindow.java 112 recordNewWindow(Binder.getCallingPid(), mWindowPtr);
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DpmMockContext.java 102 public int getCallingPid() {
  /frameworks/native/libs/binder/
IPCThreadState.cpp 358 pid_t IPCThreadState::getCallingPid() const
    [all...]
  /system/libhwbinder/
IPCThreadState.cpp 352 pid_t IPCThreadState::getCallingPid() const
    [all...]
  /frameworks/base/core/java/android/os/
Binder.java 204 public static final native int getCallingPid();
239 * @see #getCallingPid()
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 357 LOG_ALWAYS_FATAL_IF(getCallingPid() != getpid(),
518 int CameraService::getCallingPid() {
519 return IPCThreadState::self()->getCallingPid();
853 int callingPid = getCallingPid();
887 int callingPid = getCallingPid();
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 

Completed in 995 milliseconds

1 2 3