Home
last modified time | relevance | path

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

/system/core/logd/
DSimpleLogBuffer.cpp58 bool SimpleLogBuffer::ShouldLog(log_id_t log_id, const char* msg, uint16_t len) { in ShouldLog() function in SimpleLogBuffer
DSerializedLogBuffer.cpp49 bool SerializedLogBuffer::ShouldLog(log_id_t log_id, const char* msg, uint16_t len) { in ShouldLog() function in SerializedLogBuffer
/system/libbase/
Dlogging.cpp551 bool ShouldLog(LogSeverity severity, const char* tag) { in ShouldLog() function