Home
last modified time | relevance | path

Searched defs:Loggable (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Dlogging.cc52 bool LogMessage::Loggable(LoggingSeverity sev) { in Loggable() function in webrtc::LogMessage
/external/webrtc/webrtc/base/
Dlogging.h146 static inline bool Loggable(LoggingSeverity sev) { return (sev >= min_sev_); } in Loggable() function