Searched refs:mPrune (Results 1 – 2 of 2) sorted by relevance
83 PruneList mPrune; variable140 return mPrune.init(cp); in initPrune()143 return mPrune.format(); in formatPrune()
722 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()