Searched defs:DPRINT (Results 1 – 4 of 4) sorted by relevance
51 #define DPRINT(fmt, ...) do { \ macro58 #define DPRINT(...) macro
31 #define DPRINT(...) do { \ macro
32 #define DPRINT(fmt,...) ALOGD("%s: " fmt, __FUNCTION__, ##__VA_ARGS__); macro34 #define DPRINT(...) macro
72 #define DPRINT(fmt,...) ALOGD("%s: " fmt, __FUNCTION__, ##__VA_ARGS__); macro74 #define DPRINT(...) macro