Home
last modified time | relevance | path

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

/system/core/logd/
DLogUtils.h73 static inline bool worstUidEnabledForLogid(log_id_t id) { in worstUidEnabledForLogid() function
DLogStatistics.cpp301 bool isprune = worstUidEnabledForLogid(id); in formatHeader()
343 if (worstUidEnabledForLogid(id)) { in format()
486 bool isprune = worstUidEnabledForLogid(id); in formatHeader()
DLogBuffer.cpp765 if (worstUidEnabledForLogid(id) && mPrune.worstUidEnabled()) { in prune()