Searched refs:ShouldLog (Results 1 – 6 of 6) sorted by relevance
/system/logging/logd/ |
D | SerializedLogBuffer.h | 61 bool ShouldLog(log_id_t log_id, const char* msg, uint16_t len);
|
D | SimpleLogBuffer.h | 69 bool ShouldLog(log_id_t log_id, const char* msg, uint16_t len);
|
D | SimpleLogBuffer.cpp | 59 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()
|
D | SerializedLogBuffer.cpp | 114 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/ |
D | logging.h | 209 (UNLIKELY(::android::base::ShouldLog(SEVERITY_LAMBDA(severity), _LOG_TAG_INTERNAL)) || \ 454 bool ShouldLog(LogSeverity severity, const char* tag);
|
/system/libbase/ |
D | logging.cpp | 553 bool ShouldLog(LogSeverity severity, const char* tag) { in ShouldLog() function
|