Home
last modified time | relevance | path

Searched refs:LOGE (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/media/mca/filterpacks/native/imageproc/
H A Dcontrast.c23 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__) macro
41 LOGE("Unknown parameter: %s!", key); in contrast_setvalue()
52 LOGE("Contrast: Incorrect input count! Expected 1 but got %d!", input_count); in contrast_process()
58 LOGE("Contrast: Input-output sizes do not match up. %d vs. %d!", input_sizes[0], output_size); in contrast_process()
66 LOGE("Contrast: No input or output pointer found!"); in contrast_process()
H A Dbrightness.c23 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__) macro
46 LOGE("Unknown parameter: %s!", key); in brightness_setvalue()
57 LOGE("Brightness: Incorrect input count! Expected 1 but got %d!", input_count); in brightness_process()
63 LOGE("Brightness: Input-output sizes do not match up. %d vs. %d!", input_sizes[0], output_size); in brightness_process()
72 LOGE("Brightness: No input or output pointer found!"); in brightness_process()
/aosp14/system/core/healthd/
H A DAnimationParser.cpp26 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0) macro
101 LOGE("Bad animation format: %s\n", line.c_str()); in parse_animation_desc()
110 LOGE("Bad clock_display format: %s\n", line.c_str()); in parse_animation_desc()
115 LOGE("Bad percent_display format: %s\n", line.c_str()); in parse_animation_desc()
122 LOGE("Malformed animation description line: %s\n", line.c_str()); in parse_animation_desc()
128 LOGE("Bad animation description. Provide the 'animation: ' line and at least one 'frame: ' " in parse_animation_desc()
H A Dhealthd_draw.cpp27 #define LOGE(x...) KLOG_ERROR("charger", x); macro
74 LOGE("Could not load time font (%d)\n", res); in HealthdDraw()
78 LOGE("Could not load percent font (%d)\n", res); in HealthdDraw()
196 LOGE("Could not format time\n"); in draw_clock()
260 LOGE("gr_init failed\n"); in Create()
H A Dhealthd_mode_charger.cpp96 #define LOGE(x...) KLOG_ERROR("charger", x); macro
792 LOGE("Cannot load custom battery_fail image. Reverting to built in: %d\n", ret); in OnInit()
797 LOGE("Cannot load built in battery_fail image\n"); in OnInit()
809 LOGE("Cannot load battery_scale image\n"); in OnInit()
813 LOGE("battery_scale image has unexpected frame count (%d, expected %d)\n", scale_count, in OnInit()
/aosp14/frameworks/base/tests/SurfaceViewBufferTests/cpp/
H A DSurfaceProxy.cpp30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro