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

/system/core/logd/
H A DLogWhiteBlackList.h42 pid_t getPid() const { return mPid; } function in class:Prune
44 int cmp(LogBufferElement *e) const { return cmp(e->getUid(), e->getPid()); }
H A DLogBufferElement.h83 pid_t getPid(void) const { return mPid; } function in class:LogBufferElement
/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
190 int pid = getPid(de->d_name);

Completed in 355 milliseconds