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

/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp37 static int getCallingPid() { function in namespace:android
38 return IPCThreadState::self()->getCallingPid();
67 int callingPid = getCallingPid();
169 int callingPid = getCallingPid();
200 getCallingPid() != TClientBase::mClientPid) {
206 getCallingPid(),
211 TClientBase::mClientPid = getCallingPid();
/frameworks/base/core/java/android/os/
H A DBinder.java70 public static final native int getCallingPid(); method in class:Binder
105 * @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();
62 int callingPid = getCallingPid();
107 int callingPid = getCallingPid();
130 int callingPid = getCallingPid();
142 ALOGE("attempt to use a camera after disconnect() (pid %d)", getCallingPid());
149 int callingPid = getCallingPid();
164 int callingPid = getCallingPid();
186 int callingPid = getCallingPid();
[all...]
H A DCamera2Client.cpp42 static int getCallingPid() { function in namespace:android
43 return IPCThreadState::self()->getCallingPid();
388 int callingPid = getCallingPid();
447 if (mClientPid != 0 && getCallingPid() != mClientPid) {
450 mCameraId, getCallingPid(), mClientPid);
454 mClientPid = getCallingPid();
467 __FUNCTION__, mCameraId, getCallingPid(), mClientPid);
470 mClientPid = getCallingPid();
474 if (mClientPid != getCallingPid()) {
476 __FUNCTION__, mCameraId, getCallingPid(), mClientPi
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp64 static int getCallingPid() { function in namespace:android
65 return IPCThreadState::self()->getCallingPid();
313 int callingPid = getCallingPid();
366 int callingPid = getCallingPid();
414 int callingPid = getCallingPid();
511 int callingPid = getCallingPid();
581 int callingPid = getCallingPid();
713 int callingPid = getCallingPid();
837 const int pid = getCallingPid();
935 int callingPid = getCallingPid();
[all...]
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp365 int IPCThreadState::getCallingPid() const function in class:android::IPCThreadState

Completed in 160 milliseconds