Home
last modified time | relevance | path

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

/system/core/logd/
DLogBufferElement.h45 static inline bool worstUidEnabledForLogid(log_id_t id) { in worstUidEnabledForLogid() function
DLogStatistics.cpp300 if (!worstUidEnabledForLogid(id)) { in format()
308 if (!worstUidEnabledForLogid(id)) { in format()
DLogBuffer.cpp373 if (worstUidEnabledForLogid(id) && mPrune.worstUidEnabled()) { in prune()