Home
last modified time | relevance | path

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

/system/core/logd/
DLogBuffer.h83 PruneList mPrune; variable
140 return mPrune.init(cp); in initPrune()
143 return mPrune.format(); in formatPrune()
DLogBuffer.cpp722 bool hasBlacklist = (id != LOG_ID_SECURITY) && mPrune.naughty(); in prune()
730 if (worstUidEnabledForLogid(id) && mPrune.worstUidEnabled()) { in prune()
744 if ((worst == AID_SYSTEM) && mPrune.worstPidOfSystemEnabled()) { in prune()
830 if (hasBlacklist && mPrune.naughty(element)) { in prune()
927 if (!kick || !mPrune.worstUidEnabled()) { in prune()
933 bool hasWhitelist = (id != LOG_ID_SECURITY) && mPrune.nice() && !clearAll; in prune()
965 if (hasWhitelist && !element->getDropped() && mPrune.nice(element)) { in prune()