Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/
Dlog.h62 #define LOG_ERROR(fmt, args...) ALOGE("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) macro
75 #define LOG_ERROR(...) LOGWRAPPER(__VA_ARGS__) macro
109 #define LOG_ERROR(...) LOGWRAPPER(LOG_TAG_ERROR, __VA_ARGS__) macro
176 #define LOG_ERROR(...) LOGWRAPPER(__VA_ARGS__) macro
/packages/modules/Bluetooth/tools/rootcanal/include/
Dlog.h26 #define LOG_ERROR(...) LOG(ERROR) << fmt::sprintf(__VA_ARGS__) macro