Home
last modified time | relevance | path

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

/system/bt/gd/os/
Dlog.h30 #define LOG_DEBUG(fmt, args...) ALOGD("%s: " fmt, __PRETTY_FUNCTION__, ##args) macro
44 #define LOG_DEBUG(...) LOGWRAPPER(__VA_ARGS__) macro
/system/bt/osi/include/
Dlog.h34 #define LOG_DEBUG(...) LOGWRAPPER(__VA_ARGS__) macro
65 #define LOG_DEBUG(tag, fmt, args...) \ macro