Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/
Dlog.h40 #define LOG_VERBOSE(...) macro
52 #define LOG_VERBOSE(fmt, args...) \ macro
98 #define LOG_VERBOSE(...) macro
103 #define LOG_VERBOSE(...) \ macro
161 #define LOG_VERBOSE(...) macro
166 #define LOG_VERBOSE(fmt, args...) \ macro
/packages/modules/Bluetooth/tools/rootcanal/emulator/include/
Dlog.h45 #define LOG_VERBOSE(fmt, args...) LOGWRAPPER(EMULATOR_LOG_VERBOSE, fmt, ##args); macro