Home
last modified time | relevance | path

Searched defs:calling_pid (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/core/gatekeeperd/
H A Dgatekeeperd.cpp166 const int calling_pid = ipc->getCallingPid(); in enroll() local
254 const int calling_pid = ipc->getCallingPid(); in verifyChallenge() local
349 const int calling_pid = ipc->getCallingPid(); in clearSecureUserId() local
366 const int calling_pid = ipc->getCallingPid(); in reportDeviceSetupComplete() local
/aosp12/frameworks/native/services/memtrackproxy/
H A DMemtrackProxy.cpp96 bool MemtrackProxy::CheckPid(pid_t calling_pid, pid_t request_pid) { in CheckPid()