Searched refs:getCallingPid (Results 1 – 9 of 9) sorted by relevance
166 const int calling_pid = ipc->getCallingPid(); in enroll()253 const int calling_pid = ipc->getCallingPid(); in verifyChallenge()331 const int calling_pid = ipc->getCallingPid(); in clearSecureUserId()348 const int calling_pid = ipc->getCallingPid(); in reportDeviceSetupComplete()361 const int pid = ipc->getCallingPid(); in dump()
58 static inline int getCallingPid() { in getCallingPid() function59 return ::android::hardware::IPCThreadState::self()->getCallingPid(); in getCallingPid()143 auto pid = getCallingPid(); in acquireWakeLock()
120 return IPCThreadState::self()->getCallingPid(); in GetCallingPid()
46 pid_t getCallingPid() const;
42 pid_t pid = self->getCallingPid(); in getBinderCallingContext()357 pid_t newServicePid = IPCThreadState::self()->getCallingPid(); in addImpl()574 pid_t pid = IPCThreadState::self()->getCallingPid(); in registerClientCallback()681 pid_t pid = IPCThreadState::self()->getCallingPid(); in tryUnregister()
97 const int pid = self->getCallingPid(); in dump()
1189 IPCThreadState::self()->getCallingPid(), callingUid)) { in attestDeviceIds()1355 pid_t spid = IPCThreadState::self()->getCallingPid(); in checkBinderPermission()1374 pid_t spid = IPCThreadState::self()->getCallingPid(); in checkBinderPermissionSelfOrSystem()
351 pid_t IPCThreadState::getCallingPid() const in getCallingPid() function in android::hardware::IPCThreadState
71 pid_t pid = IPCThreadState::self()->getCallingPid(); in checkAnyPermission()