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

/device/google/contexthub/util/nanotool/
H A Dlog.h32 #define LOGE(fmt, ...) Log::Error(fmt, ##__VA_ARGS__) macro
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera_dbg.h104 #undef LOGE macro
105 #define LOGE(fmt, args...) CLOGE(CAM_MODULE, fmt, ##args) macro
127 #undef LOGE macro
128 #define LOGE(fmt, args...) ALOGE(fmt, ##args) macro
/device/google/contexthub/util/nanoapp_cmd/
H A Dnanoapp_cmd.c50 #define LOGE(fmt, ...) do { \ macro
183 LOGE("Failed to open %s: err=%d [%s]", fname, errno, strerror(errno));
272 LOGE("Failed to open %s: err=%d [%s]", fname, errno, strerror(errno));
278 LOGE("Failed to write to %s; err=%d [%s]", fname, errno, strerror(errno));
436 LOGE("Download failed after %d retries; erasing all apps "
450 LOGE("Failed to download all apps!");

Completed in 62 milliseconds