Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/
Dlog.h70 #define LOG_ERROR(fmt, args...) ALOGE("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) macro
83 #define LOG_ERROR(...) LOGWRAPPER(__VA_ARGS__) macro
118 #define LOG_ERROR(...) LOGWRAPPER(LOG_TAG_ERROR, __VA_ARGS__) macro
181 #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
/packages/modules/Bluetooth/tools/rootcanal/emulator/include/
Dlog.h49 #define LOG_ERROR(...) LOGWRAPPER(EMULATOR_LOG_ERROR, __VA_ARGS__) macro