Searched refs:CLOGx (Results 1 – 1 of 1) sorted by relevance
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera_dbg.h | 65 #undef CLOGx 66 #define CLOGx(module, level, fmt, args...) \ macro 75 CLOGx(module, CAM_GLBL_DBG_INFO, fmt, ##args) 78 CLOGx(module, CAM_GLBL_DBG_DEBUG, fmt, ##args) 81 CLOGx(module, CAM_GLBL_DBG_LOW, fmt, ##args) 84 CLOGx(module, CAM_GLBL_DBG_WARN, fmt, ##args) 87 CLOGx(module, CAM_GLBL_DBG_HIGH, fmt, ##args) 90 CLOGx(module, CAM_GLBL_DBG_ERR, fmt, ##args)
|