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

/system/bt/osi/include/
H A Dlog.h37 #define LOG_ERROR(...) LOGWRAPPER(__VA_ARGS__) macro
80 #define LOG_ERROR(tag, fmt, args...) \ macro
82 (true) ? ALOG(LOG_ERROR, tag, fmt, ##args) \
/system/chre/host/common/include/chre_host/
H A Dlog.h32 * @param level log level to pass to ALOG (LOG_ERROR, LOG_WARN, etc.)
41 #define LOGE(format, ...) CHRE_LOG(LOG_ERROR, format, ##__VA_ARGS__)
59 #define LOG_ERROR(message, error_code) \ macro
/system/extras/perfprofd/quipper/base/
H A Dlogging.h136 const LogSeverity LOG_ERROR = 2; member in namespace:logging
148 logging::ClassName(__FILE__, __LINE__, logging::LOG_ERROR , ##__VA_ARGS__)

Completed in 181 milliseconds