HomeSort by relevance Sort by last modified time
    Searched defs:LOGE (Results 1 - 25 of 42) sorted by null

1 2

  /development/perftests/panorama/feature_mos/src/mosaic/
Log.h 22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Log.h 22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
  /packages/apps/Gallery2/jni_jpegstream/src/
jni_defines.h 26 #define LOGE(msg...) __android_log_print(ANDROID_LOG_ERROR, "Native_JPEGStream", msg)
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Log.h 22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
  /bootable/recovery/
common.h 28 #define LOGE(...) ui_print("E:" __VA_ARGS__)
  /hardware/qcom/media/mm-core/inc/
qc_omx_msg.h 48 #ifndef LOGE
49 #define LOGE ALOGE
72 #define DEBUG_PRINT_ERROR LOGE
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
com_android_cts_splitapp_Native.cpp 24 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
50 LOGE("Native registration unable to find class '%s'", className);
54 LOGE("RegisterNatives failed for '%s'", className);
83 LOGE("ERROR: GetEnv failed");
89 LOGE("ERROR: registerNatives failed");
  /cts/tests/tests/opengl/libopengltest/
gl2_jni_libone.cpp 42 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
color_one.cpp 27 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
61 LOGE("Could not link program:\n%s\n", buf);
  /development/ndk/sources/android/ndk_helper/
JNIHelper.h 28 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, ndk_helper::JNIHelper::GetInstance()->GetAppName(), __VA_ARGS__))
  /frameworks/base/media/mca/filterpacks/native/imageproc/
contrast.c 23 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__)
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!");
brightness.c 23 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__)
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!");
  /frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
helloComputeNDK.cpp 15 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
  /hardware/intel/common/wrs_omxil_core/utils/inc/
log.h 28 #define LOGE ALOGE
42 #define LOGE(...) LOG("E", __VA_ARGS__)
  /ndk/tests/abcc/jni/device/
Abcc_device.h 27 #define LOGE(format, ...) do {\
  /ndk/tests/abcc/jni/host/
Abcc_host.h 29 #define LOGE LOG
  /cts/suite/audio_quality/lib/include/
Log.h 55 #define LOGE(x...) do { Log::Instance()->printf(Log::ELogE, x); \
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_type.cpp 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
rs_jni_foreach.cpp 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
rs_jni_object.cpp 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
rs_jni_allocation.cpp 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
  /system/extras/slideshow/
slideshow.cpp 28 #define LOGE(x...) do { KLOG_ERROR("slideshow", x); } while (0)
61 LOGE("failed to create surface for %s\n", resname);
78 LOGE("usage: slideshow [-t timeout] image.png [image2.png ...] last.png\n");
97 LOGE("invalid timeout %s, defaulting to %ld\n", optarg,
111 LOGE("failed to initialize minui\n");
  /bootable/recovery/minzip/
Log.h 117 #ifndef LOGE
118 #define LOGE(...) ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCreateContext_test.cpp 31 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
  /development/ndk/platforms/android-5/samples/hello-gl2/jni/
gl_code.cpp 31 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
71 LOGE("Could not compile shader %d:\n%s\n",
110 LOGE("Could not link program:\n%s\n", buf);
133 LOGE("Could not create program.");

Completed in 823 milliseconds

1 2