Home
last modified time | relevance | path

Searched refs:getCallingPid (Results 1 – 8 of 8) sorted by relevance

/system/core/gatekeeperd/
Dgatekeeperd.cpp166 const int calling_pid = ipc->getCallingPid(); in enroll()
254 const int calling_pid = ipc->getCallingPid(); in verifyChallenge()
349 const int calling_pid = ipc->getCallingPid(); in clearSecureUserId()
366 const int calling_pid = ipc->getCallingPid(); in reportDeviceSetupComplete()
379 const int pid = ipc->getCallingPid(); in dump()
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.cpp64 static inline int getCallingPid() { in getCallingPid() function
65 return ::android::hardware::IPCThreadState::self()->getCallingPid(); in getCallingPid()
207 auto pid = getCallingPid(); in acquireWakeLock()
/system/core/libbinderwrapper/
Dreal_binder_wrapper.cc120 return IPCThreadState::self()->getCallingPid(); in GetCallingPid()
/system/libhwbinder/include/hwbinder/
DIPCThreadState.h50 pid_t getCallingPid() const;
/system/hwservicemanager/
DServiceManager.cpp42 pid_t pid = self->getCallingPid(); in getBinderCallingContext()
368 pid_t newServicePid = IPCThreadState::self()->getCallingPid(); in addImpl()
621 pid_t pid = IPCThreadState::self()->getCallingPid(); in registerClientCallback()
728 pid_t pid = IPCThreadState::self()->getCallingPid(); in tryUnregister()
/system/core/storaged/
Dstoraged_service.cpp97 const int pid = self->getCallingPid(); in dump()
/system/libhwbinder/
DIPCThreadState.cpp353 pid_t IPCThreadState::getCallingPid() const in getCallingPid() function in android::hardware::IPCThreadState
/system/netd/server/
DNetdNativeService.cpp73 pid_t pid = IPCThreadState::self()->getCallingPid(); in checkAnyPermission()