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