Home
last modified time | relevance | path

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

/system/core/logd/
DLogUtils.h56 static inline bool worstUidEnabledForLogid(log_id_t id) { in worstUidEnabledForLogid() function
DLogStatistics.cpp206 bool isprune = worstUidEnabledForLogid(id); in formatHeader()
230 if (worstUidEnabledForLogid(id)) { in format()
402 bool isprune = worstUidEnabledForLogid(id); in formatHeader()
DLogBuffer.cpp552 if (worstUidEnabledForLogid(id) && mPrune.worstUidEnabled()) { in prune()