Searched defs:ALOGD (Results 1 – 3 of 3) sorted by relevance
35 #define ALOGD printf macro
49 #define ALOGD printf macro
114 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro