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

/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/
H A DhelloComputeNDK.cpp15 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
/frameworks/base/media/mca/filterpacks/native/imageproc/
H A Dbrightness.c23 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__) macro
46 LOGE("Unknown parameter: %s!", key);
57 LOGE("Brightness: Incorrect input count! Expected 1 but got %d!", input_count);
63 LOGE("Brightness: Input-output sizes do not match up. %d vs. %d!", input_sizes[0], output_size);
72 LOGE("Brightness: No input or output pointer found!");
H A Dcontrast.c23 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__) macro
41 LOGE("Unknown parameter: %s!", key);
52 LOGE("Contrast: Incorrect input count! Expected 1 but got %d!", input_count);
58 LOGE("Contrast: Input-output sizes do not match up. %d vs. %d!", input_sizes[0], output_size);
66 LOGE("Contrast: No input or output pointer found!");
/frameworks/base/cmds/hid/jni/
H A Dcom_android_commands_hid_Device.cpp36 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
59 LOGE("An exception was thrown by callback '%s'.", methodName);
98 LOGE("Failed to open uhid: %s", strerror(errno));
118 LOGE("Failed to create uhid node: %s", strerror(errno));
126 LOGE("uhid node failed to start: %s", strerror(errno));
136 LOGE("Could not get ALooper, ALooper_forThread returned NULL");
148 LOGE("Could not remove fd, ALooper_forThread() returned NULL!");
166 LOGE("Failed to send hid event: %s", strerror(errno));
172 LOGE("uhid node was closed or an error occurred. events=0x%x", events);
179 LOGE("Faile
[all...]

Completed in 131 milliseconds