Searched refs:getPid (Results 1 - 12 of 12) 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.h43 pid_t getPid(void) const { return mPid; } function in class:LogBufferElement
H A DLogStatistics.cpp143 if (pid == p->getPid()) {
149 bool insert_before_last = (last != it) && p && (p->getPid() == p->gone);
166 if (pid == p->getPid()) {
179 if (p->getPid() != p->gone) {
200 if ((n->getPid() != n->gone) && (n->sizes() > l->sizes())) {
222 if (pid == p->getPid()) {
237 if (pid == p->getPid()) {
249 if ((pid == pid_all) || (pid == p->getPid())) {
261 if ((pid == pid_all) || (pid == p->getPid())) {
627 if (p->getPid()
[all...]
H A DLogTimes.cpp171 if ((!me->mPid || (me->mPid == element->getPid()))
203 if (me->mPid && (me->mPid != element->getPid())) {
H A DLogCommand.cpp75 snprintf(filename, sizeof(filename), "/proc/%d/status", cli->getPid());
H A DLogBuffer.cpp270 stats.subtract(e->getMsgLen(), id, uid, e->getPid());
323 stats.subtract(len, id, uid, e->getPid());
369 stats.subtract(e->getMsgLen(), id, e->getUid(), e->getPid());
392 stats.subtract(e->getMsgLen(), id, e->getUid(), e->getPid());
H A DLogReader.cpp126 && (!me->mPid || (me->mPid == element->getPid()))
H A DLogStatistics.h49 pid_t getPid() const { return pid; } function in class:PidStatistics
/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
195 int pid = getPid(de->d_name);
H A DCommandListener.cpp266 int pid = Process::getPid(de->d_name);
/system/core/include/sysutils/
H A DSocketClient.h39 pid_t getPid() const { return mPid; } function in class:SocketClient

Completed in 167 milliseconds