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/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_dbg.h97 #define LOGD(fmt, args...) CLOGD(CAM_MODULE, fmt, ##args) macro
120 #define LOGD(fmt, args...) ALOGD(fmt, ##args) macro
/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c49 #define LOGD(fmt, ...) do { \ macro