Home
last modified time | relevance | path

Searched defs:LOGD (Results 1 – 5 of 5) sorted by relevance

/device/linaro/dragonboard/shared/utils/qrtr/lib/
Dlogging.h19 #define LOGD(fmt, ...) qlog(LOG_DEBUG, fmt, ##__VA_ARGS__) macro
/device/google/contexthub/util/nanotool/
Dlog.h35 #define LOGD(fmt, ...) Log::Debug(fmt, ##__VA_ARGS__) macro
/device/google/gs201/fingerprint/fpc1540/fp_tool/
Dfp_test.cpp9 #define LOGD(format,...) ALOGD(TAG format,##__VA_ARGS__) macro
/device/google/gs101/fingerprint/fpc1540/fp_tool/
Dfp_test.cpp9 #define LOGD(format,...) ALOGD(TAG format,##__VA_ARGS__) macro
/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c49 #define LOGD(fmt, ...) do { \ macro