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/binder/
H A DIPCThreadState.cpp353 int IPCThreadState::getCallingPid() function in class:android::IPCThreadState
/frameworks/base/services/camera/libcameraservice/
H A DCameraService.cpp56 static int getCallingPid() { function in namespace:android
57 return IPCThreadState::self()->getCallingPid();
115 int callingPid = getCallingPid();
163 int callingPid = getCallingPid();
207 const int pid = getCallingPid();
299 int callingPid = getCallingPid();
341 int callingPid = getCallingPid();
366 int callingPid = getCallingPid();
378 LOGE("attempt to use a camera after disconnect() (pid %d)", getCallingPid());
385 int callingPid = getCallingPid();
[all...]

Completed in 2403 milliseconds