Home
last modified time | relevance | path

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

/system/bt/gd/os/
Dlog.h33 #define LOG_ERROR(fmt, args...) ALOGE("%s: " fmt, __PRETTY_FUNCTION__, ##args) macro
47 #define LOG_ERROR(...) LOGWRAPPER(__VA_ARGS__) macro
/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.h59 #define LOG_ERROR(message, error_code) \ macro