Home
last modified time | relevance | path

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

/system/core/logd/
DPruneList.h51 bool IsHighPriority(LogBufferElement* element) const;
DPruneList.cpp185 bool PruneList::IsHighPriority(LogBufferElement* element) const { in IsHighPriority() function in PruneList
DChattyLogBuffer.cpp471 if (check_high_priority && prune_->IsHighPriority(&element)) { in Prune()