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

/packages/apps/Gallery2/jni_jpegstream/src/
H A Djni_defines.h26 #define LOGE(msg...) __android_log_print(ANDROID_LOG_ERROR, "Native_JPEGStream", msg) macro
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DLog.h22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
/packages/services/BuiltInPrintService/jni/include/
H A Dwprint_debug.h49 #define LOGE(...) macro
51 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro
/packages/apps/Messaging/jni/
H A DGifTranscoder.cpp51 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__)) macro
92 LOGE("Could not open input GIF: %s, error = %d", pathIn, error);
101 LOGE("Could not open output GIF: %s, error = %d", pathOut, error);
109 LOGE("Could not resize GIF");
121 LOGE("Input GIF has invalid size: %d x %d", gifIn->SWidth, gifIn->SHeight);
132 LOGE("Could not write screen descriptor");
165 LOGE("Could not get record type");
172 LOGE("Could not read image descriptor (%d)", imageIndex);
181 LOGE("GIF image extends beyond logical screen");
193 LOGE("Coul
[all...]

Completed in 135 milliseconds