Home
last modified time | relevance | path

Searched refs:LOGD (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/
Dcommon.h30 #define LOGD(...) fprintf(stdout, "D:" __VA_ARGS__)
33 #define LOGD(...) do {} while (0) macro
Dwear_touch.cpp52 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()
/bootable/recovery/minzip/
DLog.h75 #ifndef LOGD
76 #define LOGD(...) ((void)LOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro