Home
last modified time | relevance | path

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

/system/logging/logd/
DPruneList.h52 bool IsLowPriority(LogBufferElement* element) const;
DPruneList.cpp194 bool PruneList::IsLowPriority(LogBufferElement* element) const { in IsLowPriority() function in PruneList
DChattyLogBuffer.cpp585 if (check_low_priority && !element.dropped_count() && prune_->IsLowPriority(&element)) { in Prune()