Lines Matching refs:pid
152 pid_t pid = IPCThreadState::self()->getCallingPid(); in get() local
153 if (!mAcl.canGet(fqName, pid)) { in get()
181 pid_t pid = IPCThreadState::self()->getCallingPid(); in add() local
192 if (!mAcl.canAdd(fqName, pid)) { in add()
205 std::make_unique<HidlService>(fqName, name, service, pid)); in add()
211 hidlService->setService(service, pid); in add()
235 pid_t pid = IPCThreadState::self()->getCallingPid(); in getTransport() local
236 if (!mAcl.canGet(fqName, pid)) { in getTransport()
252 pid_t pid = IPCThreadState::self()->getCallingPid(); in list() local
253 if (!mAcl.canList(pid)) { in list()
273 pid_t pid = IPCThreadState::self()->getCallingPid(); in listByInterface() local
274 if (!mAcl.canGet(fqName, pid)) { in listByInterface()
317 pid_t pid = IPCThreadState::self()->getCallingPid(); in registerForNotifications() local
318 if (!mAcl.canGet(fqName, pid)) { in registerForNotifications()
354 pid_t pid = IPCThreadState::self()->getCallingPid(); in debugDump() local
355 if (!mAcl.canList(pid)) { in debugDump()
371 .pid = service->getPid(), in debugDump()
386 pid_t pid = IPCThreadState::self()->getCallingPid(); in registerPassthroughClient() local
387 if (!mAcl.canGet(fqName, pid)) { in registerPassthroughClient()
407 adding->registerPassthroughClient(pid); in registerPassthroughClient()
410 service->registerPassthroughClient(pid); in registerPassthroughClient()