Home
last modified time | relevance | path

Searched refs:LOGE (Results 1 – 8 of 8) 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/proto_logging/stats/express/libexpresscatalog/
Dcatalog.cpp50 LOGE("Metric Id \"%s\"does not follow naming convention which is \"%s\"\n", in validateMetricId()
67 LOGE("Can not process config file %s\n", cfgFile.c_str()); in readMetrics()
77 LOGE("No id is defined for metric index %d. Skip\n", i); in readMetrics()
88 LOGE("Metric id redefinition error, broken uniqueness rule. Skip\n"); in readMetrics()
115 LOGE("Error parsing config: %s\n", entry.path().c_str()); in readCatalog()
134 LOGE("Detected hash name collision for a metric %s\n", metricId.c_str()); in generateMetricsIds()
/frameworks/proto_logging/stats/express/expresscatalog-code-gen/
Dcodegen.cpp30 LOGE("Unable to open file for write %s\n", mFilePath.c_str()); in generateCode()
38 LOGE("Failed to generate code for %s\n", mFilePath.c_str()); in generateCode()
Dcodegen_java.cpp63 LOGE("Metric type is undefined for %s. Termination\n", metricInfo.first.c_str()); in writeJavaHashMapInitFunction()
/frameworks/proto_logging/stats/express/libexpresscatalog-utils/include/
Dexpresscatalog-utils.h38 #define LOGE(...) \ macro
/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/
DhelloComputeNDK.cpp15 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
/frameworks/base/tests/SurfaceViewBufferTests/cpp/
DSurfaceProxy.cpp30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro