Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterpacks/native/imageproc/
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()
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()
/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.cpp40 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
64 LOGE("An exception was thrown by callback '%s'.", methodName); in checkAndClearException()
136 LOGE("Received invalid hid report with descriptor size %zu, skipping", size); in open()
142 LOGE("Failed to open uhid: %s", strerror(errno)); in open()
162 LOGE("Failed to create uhid node: %s", strerror(errno)); in open()
169 LOGE("uhid node failed to start: %s", strerror(errno)); in open()
180 LOGE("Could not get ALooper, ALooper_forThread returned NULL"); in Device()
192 LOGE("Could not remove fd, ALooper_forThread() returned NULL!"); in ~Device()
203 LOGE("Failed to send uhid_event %s: %s", messageType, strerror(errno)); in writeEvent()
209 LOGE("Received invalid report of size %zu, skipping", report.size()); in sendReport()
[all …]
/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/
DhelloComputeNDK.cpp15 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro