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

1 2

  /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/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 26 // TODO: restore ui_print for LOGE
27 #define LOGE(...) fprintf(stdout, "E:" __VA_ARGS__)
  /cts/tests/tests/opengl/libopengltest/
gl2_jni_libone.cpp 36 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__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!");
  /gdk/samples/PhotoEditor/jni/
_jni.cpp 11 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
48 LOGE("Error! Cannot bccReadBc");
56 LOGE("Error! Cannot bccLinkBC");
62 LOGE("Error! Cannot bccPrepareExecutableEx");
68 LOGE("Error! Cannot find %s()\n", JNIFunc[i].func_name);
utils.h 26 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
  /cts/suite/audio_quality/lib/include/
Log.h 55 #define LOGE(x...) do { Log::Instance()->printf(Log::ELogE, x); \
  /gdk/samples/quake/jni/
main.cpp 31 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
masterMain.cpp 31 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
117 LOGE("Error! Cannot bccReadBc");
125 LOGE("Error! Cannot bccLinkBC");
131 LOGE("Error! Cannot bccPrepareExecutableEx");
137 LOGE("Error! Cannot find AndroidInit_LLVM()");
145 LOGE("Error! Cannot find AndroidEvent2_LLVM()");
153 LOGE("Error! Cannot find AndroidMotionEvent_LLVM()");
161 LOGE("Error! Cannot find AndroidTrackballEvent_LLVM()");
169 LOGE("Error! Cannot find AndroidStep_LLVM()");
177 LOGE("Error! Cannot find AndroidQuit_LLVM()")
    [all...]
host.cpp 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
snd_android.cpp 20 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
332 LOGE("SNDDDMA_Init: samples must be power of two.");
337 LOGE("SNDDDMA_Init: Could not allocate sound buffer.");
665 LOGE("SNDDDMA_Init: samples must be power of two.");
670 LOGE("SNDDDMA_Init: Could not allocate sound buffer.");
sys_android.cpp 50 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
  /bootable/recovery/minzip/
Log.h 117 #ifndef LOGE
118 #define LOGE(...) ((void)LOG(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.");
  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__)
63 LOGE("assertion failure at file %s line %d", __FILE__, __LINE__); \
99 LOGE("Unexpected domain %u\n", domain);
104 LOGE("Unexpected stream event ID %u\n", eventId);
  /device/asus/grouper/liblights/
lights.c 18 #define LOGE ALOGE
49 LOGE("write_int failed to open %s\n", path);
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 29 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, "threaded_app", __VA_ARGS__))
58 LOGE("No data on command pipe!");
198 LOGE("Failure reading next input event: %s\n", strerror(errno));
261 LOGE("could not create pipe: %s", strerror(errno));
284 LOGE("Failure writing android_app cmd: %s\n", strerror(errno));
  /external/opencv/
cvjni.h 30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
379 LOGE("AndroidBitmap_getInfo() failed ! error=%d", ret);
384 LOGE("Bitmap format is not RGB_565 !");
389 LOGE("AndroidBitmap_lockPixels() failed ! error=%d", ret);
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 33 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
  /external/quake/quake/src/WinQuake/
snd_android.cpp 20 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
332 LOGE("SNDDDMA_Init: samples must be power of two.");
337 LOGE("SNDDDMA_Init: Could not allocate sound buffer.");
665 LOGE("SNDDDMA_Init: samples must be power of two.");
670 LOGE("SNDDDMA_Init: Could not allocate sound buffer.");
  /gdk/samples/bitmap-plasma-llvm/jni/
plasmaLLVM.cpp 30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
394 LOGE("AndroidBitmap_getInfo() failed ! error=%d", ret);
399 LOGE("Bitmap format is not RGB_565 !");
404 LOGE("AndroidBitmap_lockPixels() failed ! error=%d", ret);
418 LOGE("Error! Cannot bccReadBc");
426 LOGE("Error! Cannot bccLinkBC");
431 LOGE("Error! Cannot bccPrepareExecutable");
436 LOGE("Error! Cannot find fill_plasma()");

Completed in 2396 milliseconds

1 2