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

/device/google/contexthub/util/nanotool/
H A Dlog.h32 #define LOGE(fmt, ...) Log::Error(fmt, ##__VA_ARGS__) macro
/device/generic/goldfish/wifi/execns/
H A Dexecns.cpp35 #define LOGE(...) do { \ macro
80 LOGE("%s <namespace> <program> [options...]", program);
96 LOGE("Unable to open file %s for namespace %s: %s",
110 LOGE("File %s does not contain a valid pid '%s'", nsPath, buffer);
112 LOGE("Error reading from file %s: %s", nsPath, strerror(errno));
114 LOGE("Invalid contents of pid file %s", nsPath);
137 LOGE("Cannot open network namespace '%s' at '%s': %s",
143 LOGE("Cannot set network namespace '%s': %s",
180 LOGE("No command specified");
196 LOGE("Coul
[all...]
/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.c52 #define LOGE(fmt, ...) do { \ macro
208 LOGE("Failed to open %s: err=%d [%s]", fname, errno, strerror(errno));
329 LOGE("Failed to open %s: err=%d [%s]", fname, errno, strerror(errno));
335 LOGE("Failed to write to %s; err=%d [%s]", fname, errno, strerror(errno));
588 LOGE("Download failed after %d retries; erasing all apps "
602 LOGE("Failed to download all apps!");

Completed in 130 milliseconds