Searched refs:LOGD (Results 1 – 3 of 3) sorted by relevance
30 #define LOGD(...) fprintf(stdout, "D:" __VA_ARGS__)33 #define LOGD(...) do {} while (0) macro
52 LOGD("Ignore %d %d\n", dx, dy); in detect()56 LOGD("Swipe direction=%d\n", direction); in detect()146 LOGD("Found %s %s\n", device, name); in openDevice()
75 #ifndef LOGD76 #define LOGD(...) ((void)LOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro