Searched defs:DHD_PRINTF (Results 1 – 2 of 2) sorted by relevance
23 #define DHD_PRINTF(...) {__android_log_print(ANDROID_LOG_DEBUG,TAG ,__VA_ARGS__); printf(__VA_ARGS_… macro25 #define DHD_PRINTF printf macro