Home
last modified time | relevance | path

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

/system/core/logd/
DLogWhiteBlackList.h70 bool naughty(LogBufferElement* element);
71 bool naughty(void) { in naughty() function
DLogWhiteBlackList.cpp253 bool PruneList::naughty(LogBufferElement* element) { in naughty() function in PruneList
DLogBuffer.cpp757 bool hasBlacklist = (id != LOG_ID_SECURITY) && mPrune.naughty(); in prune()
863 if (hasBlacklist && mPrune.naughty(element)) { in prune()