HomeSort by relevance Sort by last modified time
    Searched refs:pid_all (Results 1 - 2 of 2) sorted by null

  /system/core/logd/
LogWhiteBlackList.cpp 31 if (mPid == pid_all) {
41 if (mPid != pid_all) {
46 if (mPid != pid_all) {
49 // NB: mPid == pid_all can not happen if mUid == uid_all
165 pid_t pid = Prune::pid_all;
176 if ((uid == Prune::uid_all) && (pid == Prune::pid_all)) {
190 if (p.mPid == p.pid_all) {
193 if ((pid == p.pid_all) && (p.mPid != p.pid_all)) {
LogWhiteBlackList.h 38 static const pid_t pid_all = (pid_t)-1; member in class:Prune

Completed in 71 milliseconds