Home
last modified time | relevance | path

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

/system/core/logd/
DLogWhiteBlackList.h69 bool worstPidOfSystemEnabled() const { return mWorstPidOfSystemEnabled; } in worstPidOfSystemEnabled() function
DLogBuffer.cpp574 if ((worst == AID_SYSTEM) && mPrune.worstPidOfSystemEnabled()) { in prune()