Searched defs:getCallingPid (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp39 static int getCallingPid() { function in namespace:android
40 return IPCThreadState::self()->getCallingPid();
72 int callingPid = getCallingPid();
175 int callingPid = getCallingPid();
206 getCallingPid() != TClientBase::mClientPid) {
212 getCallingPid(),
217 TClientBase::mClientPid = getCallingPid();
/frameworks/base/core/java/android/os/
H A DBinder.java89 public static final native int getCallingPid(); method in class:Binder
124 * @see #getCallingPid()
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp32 static int getCallingPid() { function in namespace:android
33 return IPCThreadState::self()->getCallingPid();
45 int callingPid = getCallingPid();
63 int callingPid = getCallingPid();
108 int callingPid = getCallingPid();
141 int callingPid = getCallingPid();
153 ALOGE("attempt to use a camera after disconnect() (pid %d)", getCallingPid());
160 int callingPid = getCallingPid();
175 int callingPid = getCallingPid();
197 int callingPid = getCallingPid();
[all...]
H A DCamera2Client.cpp43 static int getCallingPid() { function in namespace:android
44 return IPCThreadState::self()->getCallingPid();
392 int callingPid = getCallingPid();
462 if (mClientPid != 0 && getCallingPid() != mClientPid) {
465 mCameraId, getCallingPid(), mClientPid);
469 mClientPid = getCallingPid();
482 __FUNCTION__, mCameraId, getCallingPid(), mClientPid);
485 mClientPid = getCallingPid();
489 if (mClientPid != getCallingPid()) {
491 __FUNCTION__, mCameraId, getCallingPid(), mClientPi
[all...]
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp364 int IPCThreadState::getCallingPid() const function in class:android::IPCThreadState
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp69 static int getCallingPid() { function in namespace:android
70 return IPCThreadState::self()->getCallingPid();
471 int pid = getCallingPid();
570 int callingPid = getCallingPid();
623 int callingPid = getCallingPid();
742 int callingPid = getCallingPid();
806 int callingPid = getCallingPid();
877 int callingPid = getCallingPid();
949 int callingPid = getCallingPid();
1145 int callingPid = getCallingPid();
[all...]

Completed in 738 milliseconds