Home
last modified time | relevance | path

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

/system/core/gatekeeperd/
Dgatekeeperd.cpp166 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()
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.cpp58 static inline int getCallingPid() { in getCallingPid() function
59 return ::android::hardware::IPCThreadState::self()->getCallingPid(); in getCallingPid()
143 auto pid = getCallingPid(); in acquireWakeLock()
/system/core/libbinderwrapper/
Dreal_binder_wrapper.cc120 return IPCThreadState::self()->getCallingPid(); in GetCallingPid()
/system/libhwbinder/include/hwbinder/
DIPCThreadState.h46 pid_t getCallingPid() const;
/system/hwservicemanager/
DServiceManager.cpp42 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()
/system/core/storaged/
Dstoraged_service.cpp97 const int pid = self->getCallingPid(); in dump()
/system/security/keystore/
Dkey_store_service.cpp1189 IPCThreadState::self()->getCallingPid(), callingUid)) { in attestDeviceIds()
1355 pid_t spid = IPCThreadState::self()->getCallingPid(); in checkBinderPermission()
1374 pid_t spid = IPCThreadState::self()->getCallingPid(); in checkBinderPermissionSelfOrSystem()
/system/libhwbinder/
DIPCThreadState.cpp351 pid_t IPCThreadState::getCallingPid() const in getCallingPid() function in android::hardware::IPCThreadState
/system/netd/server/
DNetdNativeService.cpp71 pid_t pid = IPCThreadState::self()->getCallingPid(); in checkAnyPermission()