Home
last modified time | relevance | path

Searched refs:naughty (Results 1 – 3 of 3) sorted by relevance

/system/core/logd/
DLogWhiteBlackList.h64 bool naughty(LogBufferElement *element);
65 bool naughty(void) { return !mNaughty.empty(); } in naughty() function
DLogWhiteBlackList.cpp253 bool PruneList::naughty(LogBufferElement *element) { in naughty() function in PruneList
DLogBuffer.cpp544 bool hasBlacklist = (id != LOG_ID_SECURITY) && mPrune.naughty(); in prune()
661 if (hasBlacklist && mPrune.naughty(element)) { in prune()