Home
last modified time | relevance | path

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

/system/bt/osi/include/
Dlog.h37 #define LOG_ERROR(...) LOGWRAPPER(__VA_ARGS__) macro
80 #define LOG_ERROR(tag, fmt, args...) \ macro
/system/chre/host/common/include/chre_host/
Dlog.h49 #define LOG_ERROR(message, error_code) \ macro
/system/extras/perfprofd/quipper/base/
Dlogging.h136 const LogSeverity LOG_ERROR = 2; variable