Home
last modified time | relevance | path

Searched refs:ShouldLog (Results 1 – 6 of 6) sorted by relevance

/system/logging/logd/
DSerializedLogBuffer.h61 bool ShouldLog(log_id_t log_id, const char* msg, uint16_t len);
DSimpleLogBuffer.h69 bool ShouldLog(log_id_t log_id, const char* msg, uint16_t len);
DSimpleLogBuffer.cpp59 bool SimpleLogBuffer::ShouldLog(log_id_t log_id, const char* msg, uint16_t len) { in ShouldLog() function in SimpleLogBuffer
87 if (!ShouldLog(log_id, msg, len)) { in Log()
DSerializedLogBuffer.cpp114 bool SerializedLogBuffer::ShouldLog(log_id_t log_id, const char* msg, uint16_t len) { in ShouldLog() function in SerializedLogBuffer
146 if (!ShouldLog(log_id, msg, len)) { in Log()
/system/libbase/include/android-base/
Dlogging.h209 (UNLIKELY(::android::base::ShouldLog(SEVERITY_LAMBDA(severity), _LOG_TAG_INTERNAL)) || \
454 bool ShouldLog(LogSeverity severity, const char* tag);
/system/libbase/
Dlogging.cpp553 bool ShouldLog(LogSeverity severity, const char* tag) { in ShouldLog() function