Home
last modified time | relevance | path

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

/system/core/gatekeeperd/
Dgatekeeperd.cpp163 const int calling_pid = ipc->getCallingPid(); in enroll()
269 const int calling_pid = ipc->getCallingPid(); in verifyChallenge()
367 const int calling_pid = ipc->getCallingPid(); in clearSecureUserId()
383 const int calling_pid = ipc->getCallingPid(); in reportDeviceSetupComplete()
395 const int pid = ipc->getCallingPid(); in dump()
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.cpp60 static inline int getCallingPid() { in getCallingPid() function
61 return ::android::hardware::IPCThreadState::self()->getCallingPid(); in getCallingPid()
153 auto pid = getCallingPid(); in acquireWakeLock()
/system/core/libbinderwrapper/
Dreal_binder_wrapper.cc120 return IPCThreadState::self()->getCallingPid(); in GetCallingPid()
/system/hwservicemanager/
DServiceManager.cpp42 pid_t pid = self->getCallingPid(); in getBinderCallingContext()
347 pid_t newServicePid = IPCThreadState::self()->getCallingPid(); in addImpl()
564 pid_t pid = IPCThreadState::self()->getCallingPid(); in registerClientCallback()
667 pid_t pid = IPCThreadState::self()->getCallingPid(); in tryUnregister()
/system/libhwbinder/include/hwbinder/
DIPCThreadState.h48 pid_t getCallingPid() const;
/system/core/storaged/
Dstoraged_service.cpp97 const int pid = self->getCallingPid(); in dump()
/system/security/keystore/
Dkey_store_service.cpp1091 IPCThreadState::self()->getCallingPid(), callingUid)) { in attestDeviceIds()
1261 pid_t spid = IPCThreadState::self()->getCallingPid(); in checkBinderPermission()
1280 pid_t spid = IPCThreadState::self()->getCallingPid(); in checkBinderPermissionSelfOrSystem()
/system/libhwbinder/
DIPCThreadState.cpp353 pid_t IPCThreadState::getCallingPid() const in getCallingPid() function in android::hardware::IPCThreadState
/system/netd/server/
DNetdNativeService.cpp70 pid_t pid = IPCThreadState::self()->getCallingPid(); in checkAnyPermission()