Home
last modified time | relevance | path

Searched refs:PID_ALL (Results 1 – 2 of 2) sorted by relevance

/system/core/logd/
DPruneList.cpp28 (pid_ == PID_ALL || pid_ == element->pid()); in Matches()
33 if (pid_ != PID_ALL) { in Format()
38 if (pid_ != PID_ALL) { in Format()
137 pid_t pid = Prune::PID_ALL; in Init()
148 if (uid == Prune::UID_ALL && pid == Prune::PID_ALL) { in Init()
DPruneList.h29 static const pid_t PID_ALL = (pid_t)-1; variable