Home
last modified time | relevance | path

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

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