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

/system/core/libcutils/
H A Dloghack.h34 #define LOGE(...) LOG("E", __VA_ARGS__) macro
35 #define LOG_ALWAYS_FATAL(...) do { LOGE(__VA_ARGS__); exit(1); } while (0)
/system/media/mca/filterpacks/imageproc/native/
H A Dbrightness.c22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__) macro
45 LOGE("Unknown parameter: %s!", key);
56 LOGE("Brightness: Incorrect input count! Expected 1 but got %d!", input_count);
62 LOGE("Brightness: Input-output sizes do not match up. %d vs. %d!", input_sizes[0], output_size);
71 LOGE("Brightness: No input or output pointer found!");
H A Dcontrast.c22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__) macro
40 LOGE("Unknown parameter: %s!", key);
51 LOGE("Contrast: Incorrect input count! Expected 1 but got %d!", input_count);
57 LOGE("Contrast: Input-output sizes do not match up. %d vs. %d!", input_sizes[0], output_size);
65 LOGE("Contrast: No input or output pointer found!");
/system/core/include/cutils/
H A Dlog.h142 #ifndef LOGE
143 #define LOGE(...) ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro
/system/core/charger/
H A Dcharger.c67 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0) macro
439 LOGE("cannot add supply '%s' (%s %d)\n", uevent->ps_name,
447 LOGE("supply '%s' already exists..\n", uevent->ps_name);
458 LOGE("power supply '%s' not found ('%s' %d)\n",
555 LOGE("cannot openat %d '%s' (%d: %s)\n", dfd, de->d_name,
958 LOGE("Cannot load image\n");
967 LOGE("Cannot load image %s\n", frame->name);

Completed in 1792 milliseconds