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
87 * @see #getCallingPid()
/frameworks/base/libs/utils/
H A DIPCThreadState.cpp344 int IPCThreadState::getCallingPid() function in class:android::IPCThreadState
/frameworks/base/camera/libcameraservice/
H A DCameraService.cpp68 static int getCallingPid() { function in namespace:android
69 return IPCThreadState::self()->getCallingPid();
97 int callingPid = getCallingPid();
150 int callingPid = getCallingPid();
220 int callingPid = getCallingPid();
239 int callingPid = getCallingPid();
249 int callingPid = getCallingPid();
263 int callingPid = getCallingPid();
280 int callingPid = getCallingPid();
338 int callingPid = getCallingPid();
[all...]

Completed in 49 milliseconds