Searched refs:getCallingPid (Results 1 – 9 of 9) sorted by relevance
163 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()
60 static inline int getCallingPid() { in getCallingPid() function61 return ::android::hardware::IPCThreadState::self()->getCallingPid(); in getCallingPid()153 auto pid = getCallingPid(); in acquireWakeLock()
120 return IPCThreadState::self()->getCallingPid(); in GetCallingPid()
42 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()
48 pid_t getCallingPid() const;
97 const int pid = self->getCallingPid(); in dump()
1091 IPCThreadState::self()->getCallingPid(), callingUid)) { in attestDeviceIds()1261 pid_t spid = IPCThreadState::self()->getCallingPid(); in checkBinderPermission()1280 pid_t spid = IPCThreadState::self()->getCallingPid(); in checkBinderPermissionSelfOrSystem()
353 pid_t IPCThreadState::getCallingPid() const in getCallingPid() function in android::hardware::IPCThreadState
70 pid_t pid = IPCThreadState::self()->getCallingPid(); in checkAnyPermission()