Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/
Dlog.h41 #define LOG_DEBUG(...) macro
59 #define LOG_DEBUG(fmt, args...) \ macro
80 #define LOG_DEBUG(...) LOGWRAPPER(__VA_ARGS__) macro
99 #define LOG_DEBUG(...) macro
109 #define LOG_DEBUG(...) \ macro
162 #define LOG_DEBUG(...) macro
172 #define LOG_DEBUG(fmt, args...) \ macro
/packages/modules/Bluetooth/tools/rootcanal/include/
Dlog.h23 #define LOG_DEBUG(...) LOG(DEBUG) << fmt::sprintf(__VA_ARGS__) macro
/packages/modules/Bluetooth/tools/rootcanal/emulator/include/
Dlog.h46 #define LOG_DEBUG(fmt, args...) LOGWRAPPER(EMULATOR_LOG_DEBUG, fmt, ##args); macro