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

/frameworks/base/core/java/android/os/
H A DBinder.java64 public static final native int getCallingPid(); method in class:Binder
115 * @see #getCallingPid()
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp59 static int getCallingPid() { function in namespace:android
60 return IPCThreadState::self()->getCallingPid();
135 int callingPid = getCallingPid();
205 int callingPid = getCallingPid();
254 const int pid = getCallingPid();
340 int callingPid = getCallingPid();
379 int callingPid = getCallingPid();
392 int callingPid = getCallingPid();
404 ALOGE("attempt to use a camera after disconnect() (pid %d)", getCallingPid());
411 int callingPid = getCallingPid();
[all...]
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp364 int IPCThreadState::getCallingPid() function in class:android::IPCThreadState

Completed in 245 milliseconds