Searched defs:ALOGD (Results 1 – 5 of 5) sorted by relevance
49 static inline void ALOGD(const char *fmt...) { in ALOGD() function
41 #define ALOGD(fmt, ...) TLOGD(fmt "\n", ##__VA_ARGS__) macro46 #define ALOGD(fmt, ...) \ macro
28 #define ALOGD(...) ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
42 #define ALOGD(...) \ macro
80 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro