Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/
Dlog.h38 #define LOG_DEBUG(...) macro
52 #define LOG_DEBUG(fmt, args...) \ macro
72 #define LOG_DEBUG(...) LOGWRAPPER(__VA_ARGS__) macro
90 #define LOG_DEBUG(...) macro
100 #define LOG_DEBUG(...) \ macro
157 #define LOG_DEBUG(...) macro
167 #define LOG_DEBUG(fmt, args...) \ macro
/packages/modules/Bluetooth/tools/rootcanal/include/
Dlog.h23 #define LOG_DEBUG(...) LOG(DEBUG) << fmt::sprintf(__VA_ARGS__) macro