Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dlog.h32 #define LOGE(fmt, ...) Log::Error(fmt, ##__VA_ARGS__) macro
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_dbg.h105 #define LOGE(fmt, args...) CLOGE(CAM_MODULE, fmt, ##args) macro
128 #define LOGE(fmt, args...) ALOGE(fmt, ##args) macro
/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c50 #define LOGE(fmt, ...) do { \ macro