Home
last modified time | relevance | path

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

/system/core/logd/
DLogUtils.h76 static inline bool worstUidEnabledForLogid(log_id_t id) { in worstUidEnabledForLogid() function
DLogStatistics.cpp467 bool isprune = worstUidEnabledForLogid(id); in formatHeader()
508 if (worstUidEnabledForLogid(id)) { in format()
645 bool isprune = worstUidEnabledForLogid(id); in formatHeader()
DChattyLogBuffer.cpp386 if (worstUidEnabledForLogid(id) && prune_->worst_uid_enabled()) { in Prune()