Home
last modified time | relevance | path

Searched defs:ShouldLog (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/logging/logd/
H A DSimpleLogBuffer.cpp59 bool SimpleLogBuffer::ShouldLog(log_id_t log_id, const char* msg, uint16_t len) { in ShouldLog() function in SimpleLogBuffer
H A DSerializedLogBuffer.cpp114 bool SerializedLogBuffer::ShouldLog(log_id_t log_id, const char* msg, uint16_t len) { in ShouldLog() function in SerializedLogBuffer
/aosp12/system/libbase/
H A Dlogging.cpp544 bool ShouldLog(LogSeverity severity, const char* tag) { in ShouldLog() function