HomeSort by relevance Sort by last modified time
    Searched defs:LOGE (Results 1 - 25 of 40) 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__)
  /frameworks/ex/variablespeed/jni/
hlogging.h 30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
  /bootable/recovery/
common.h 27 #define LOGE(...) ui_print("E:" __VA_ARGS__)
  /external/bluetooth/bluedroid/btif/co/
bta_ag_co.c 36 #define LOGE(format, ...) fprintf (stderr, LOG_TAG format"\n", ## __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 22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__)
40 LOGE("Unknown parameter: %s!", key);
51 LOGE("Contrast: Incorrect input count! Expected 1 but got %d!", input_count);
57 LOGE("Contrast: Input-output sizes do not match up. %d vs. %d!", input_sizes[0], output_size);
65 LOGE("Contrast: No input or output pointer found!");
brightness.c 22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__)
45 LOGE("Unknown parameter: %s!", key);
56 LOGE("Brightness: Incorrect input count! Expected 1 but got %d!", input_count);
62 LOGE("Brightness: Input-output sizes do not match up. %d vs. %d!", input_sizes[0], output_size);
71 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); \
  /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__)
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_allocation.cpp 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
rs_jni.cpp 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
63 LOGE("Native iteration %i, returned %i", i, (int)r);
  /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.");
  /device/asus/grouper/liblights/
lights.c 18 #define LOGE ALOGE
49 LOGE("write_int failed to open %s\n", path);

Completed in 582 milliseconds

1 2