Searched defs:ALOGD (Results 1 – 5 of 5) sorted by relevance
39 #define ALOGD(fmt, ...) \ macro
34 #define ALOGD printf macro
44 #define ALOGD printf macro
227 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro