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

/system/bt/osi/include/
H A Dlog.h36 #define LOG_ERROR(...) LOGWRAPPER(__VA_ARGS__) macro
50 #define LOG_ERROR(tag, fmt, args...) ALOG(LOG_ERROR, tag, fmt, ## args) 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 133 milliseconds