Searched defs:getPid (Results 1 - 5 of 5) sorted by relevance

/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 DLogBufferElement.h65 pid_t getPid(void) const { return mPid; } function in class:LogBufferElement
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...]
/system/core/include/sysutils/
H A DSocketClient.h39 pid_t getPid() const { return mPid; } function in class:SocketClient
/system/vold/
H A DProcess.cpp164 int Process::getPid(const char *s) { function in class:Process
191 int pid = getPid(de->d_name);

Completed in 88 milliseconds