Home
last modified time | relevance | path

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

/system/core/logd/
DLogBuffer.h84 PruneList mPrune; variable
129 int initPrune(const char *cp) { return mPrune.init(cp); } in initPrune()
130 std::string formatPrune() { return mPrune.format(); } in formatPrune()
DLogBuffer.cpp544 bool hasBlacklist = (id != LOG_ID_SECURITY) && mPrune.naughty(); in prune()
552 if (worstUidEnabledForLogid(id) && mPrune.worstUidEnabled()) { in prune()
574 if ((worst == AID_SYSTEM) && mPrune.worstPidOfSystemEnabled()) { in prune()
661 if (hasBlacklist && mPrune.naughty(element)) { in prune()
751 if (!kick || !mPrune.worstUidEnabled()) { in prune()
757 bool hasWhitelist = (id != LOG_ID_SECURITY) && mPrune.nice() && !clearAll; in prune()
789 if (hasWhitelist && !element->getDropped() && mPrune.nice(element)) { in prune()