Searched refs:getPid (Results 1 - 14 of 14) sorted by relevance

/system/core/logd/
H A DLogWhiteBlackList.h45 pid_t getPid() const { function in class:Prune
50 return cmp(e->getUid(), e->getPid());
H A DLogStatistics.h98 if (pid && entry.getPid() && (pid != entry.getPid())) {
285 pid(element->getPid()) {
294 inline const pid_t& getPid() const { function in struct:UidEntry
299 if (pid != element->getPid()) {
322 pid(element->getPid()),
339 const pid_t& getPid() const { function in struct:PidEntry
364 name = android::pidToName(element->getPid());
366 add(element->getPid());
398 pid(element->getPid()),
419 const pid_t& getPid() const { function in struct:TidEntry
472 const pid_t& getPid() const { function in struct:TagEntry
603 const pid_t& getPid() const { function in struct:TagNameEntry
[all...]
H A DLogBufferElement.h73 pid_t getPid(void) const { function in class:LogBufferElement
H A DLogCommand.cpp144 return clientHasLogCredentials(cli->getUid(), cli->getGid(), cli->getPid());
H A DLogBuffer.cpp150 if (elem->getPid() != last->getPid()) return DIFFERENT;
495 mLastWorstPidOfSystem[id].find(element->getPid());
588 LogBufferElementKey key(element->getUid(), element->getPid(),
605 LogBufferElementKey key(element->getUid(), element->getPid(),
897 ((!gc && (element->getPid() == worstPid)) ||
898 (mLastWorstPidOfSystem[id].find(element->getPid()) ==
903 mLastWorstPidOfSystem[id][element->getPid()] = it;
914 (worstPid && (element->getPid() != worstPid))) {
921 // If worstPid set, then element->getPid()
[all...]
H A DLogStatistics.cpp138 pidSystemTable[log_id].add(element->getPid(), element);
145 pidTable.add(element->getPid(), element);
181 pidSystemTable[log_id].subtract(element->getPid(), element);
188 pidTable.subtract(element->getPid(), element);
219 pidSystemTable[log_id].drop(element->getPid(), element);
226 pidTable.drop(element->getPid(), element);
446 pid_t pid = getPid();
530 pid_t pid = getPid();
866 return tidTable.add(tid)->second.getPid();
H A DLogReader.cpp158 if ((!me->mPid || (me->mPid == element->getPid())) &&
199 cli->getUid(), cli->getGid(), cli->getPid(), nonBlock ? 'n' : 'b', tail,
H A DLogTimes.cpp207 if ((!me->mPid || (me->mPid == element->getPid())) &&
246 if (me->mPid && (me->mPid != element->getPid())) {
/system/core/include/sysutils/
H A DSocketClient.h39 pid_t getPid() const { return mPid; } function in class:SocketClient
/system/core/libsysutils/include/sysutils/
H A DSocketClient.h39 pid_t getPid() const { return mPid; } function in class:SocketClient
/system/hwservicemanager/
H A DHidlService.h44 pid_t getPid() const;
H A DHidlService.cpp34 pid_t HidlService::getPid() const { function in class:android::hidl::manager::implementation::HidlService
H A DServiceManager.cpp466 .pid = service->getPid(),
/system/netd/server/
H A DFwmarkServer.cpp66 checkPermission(String16(UPDATE_DEVICE_STATS), client->getPid(), client->getUid());

Completed in 122 milliseconds