Home
last modified time | relevance | path

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

/system/core/logd/
DLogUtils.h71 static inline bool worstUidEnabledForLogid(log_id_t id) { in worstUidEnabledForLogid() function
DLogStatistics.cpp242 bool isprune = worstUidEnabledForLogid(id); in formatHeader()
264 if (worstUidEnabledForLogid(id)) { in format()
426 bool isprune = worstUidEnabledForLogid(id); in formatHeader()
DLogBuffer.cpp730 if (worstUidEnabledForLogid(id) && mPrune.worstUidEnabled()) { in prune()