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

/system/vold/
H A DProcess.h25 static int getPid(const char *s);
H A DProcess.cpp164 int Process::getPid(const char *s) { function in class:Process
191 int pid = getPid(de->d_name);
H A DCommandListener.cpp321 int pid = Process::getPid(de->d_name);
/system/core/logd/
H A DLogWhiteBlackList.h43 pid_t getPid() const { return mPid; } function in class:Prune
45 int cmp(LogBufferElement *e) const { return cmp(e->getUid(), e->getPid()); }
H A DLogStatistics.h66 if (pid && entry.getPid() && (pid != entry.getPid())) {
232 pid(element->getPid()) {
237 inline const pid_t&getPid() const { return pid; } function in struct:UidEntry
240 if (pid != element->getPid()) {
267 pid(element->getPid()),
280 const pid_t&getPid() const { return getKey(); } function in struct:PidEntry
299 name = android::pidToName(element->getPid());
301 add(element->getPid());
326 pid(element->getPid()),
341 const pid_t&getPid() const { return pid; } function in struct:TidEntry
386 const pid_t&getPid() const { return pid; } function in struct:TagEntry
[all...]
H A DLogBufferElement.h65 pid_t getPid(void) const { return mPid; } function in class:LogBufferElement
H A DLogCommand.cpp149 return clientHasLogCredentials(cli->getUid(), cli->getGid(), cli->getPid());
H A DLogStatistics.cpp79 pidSystemTable[log_id].add(element->getPid(), element);
86 pidTable.add(element->getPid(), element);
114 pidSystemTable[log_id].subtract(element->getPid(), element);
121 pidTable.subtract(element->getPid(), element);
144 pidSystemTable[log_id].drop(element->getPid(), element);
151 pidTable.drop(element->getPid(), element);
335 pid_t pid = getPid();
H A DLogTimes.cpp204 if ((!me->mPid || (me->mPid == element->getPid()))
243 if (me->mPid && (me->mPid != element->getPid())) {
H A DLogBuffer.cpp331 mLastWorstPidOfSystem[id].find(element->getPid());
400 element->getPid(),
418 element->getPid(),
695 && ((!gc && (element->getPid() == worstPid))
696 || (mLastWorstPidOfSystem[id].find(element->getPid())
700 mLastWorstPidOfSystem[id][element->getPid()] = it;
712 || (worstPid && (element->getPid() != worstPid))) {
719 // If worstPid set, then element->getPid() == worstPid below here
H A DLogReader.cpp144 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

Completed in 191 milliseconds