Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dlog.h35 #define LOGD(fmt, ...) Log::Debug(fmt, ##__VA_ARGS__) macro
/device/linaro/dragonboard/qcom/qrtr/lib/
Dlogging.h19 #define LOGD(fmt, ...) qlog(LOG_DEBUG, fmt, ##__VA_ARGS__) macro
/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c49 #define LOGD(fmt, ...) do { \ macro