Searched refs:getCallingPid (Results 1 – 8 of 8) sorted by relevance
166 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()
64 static inline int getCallingPid() { in getCallingPid() function65 return ::android::hardware::IPCThreadState::self()->getCallingPid(); in getCallingPid()207 auto pid = getCallingPid(); in acquireWakeLock()
120 return IPCThreadState::self()->getCallingPid(); in GetCallingPid()
50 pid_t getCallingPid() const;
42 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()
97 const int pid = self->getCallingPid(); in dump()
353 pid_t IPCThreadState::getCallingPid() const in getCallingPid() function in android::hardware::IPCThreadState
73 pid_t pid = IPCThreadState::self()->getCallingPid(); in checkAnyPermission()