Searched refs:LOGE (Results 1 – 4 of 4) sorted by relevance
/development/ndk/platforms/android-5/samples/hello-gl2/jni/ |
D | gl_code.cpp | 31 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro 71 LOGE("Could not compile shader %d:\n%s\n", in loadShader() 110 LOGE("Could not link program:\n%s\n", buf); in createProgram() 133 LOGE("Could not create program."); in setupGraphics()
|
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
D | plasma.c | 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro 378 LOGE("AndroidBitmap_getInfo() failed ! error=%d", ret); in Java_com_example_plasma_PlasmaView_renderPlasma() 383 LOGE("Bitmap format is not RGB_565 !"); in Java_com_example_plasma_PlasmaView_renderPlasma() 388 LOGE("AndroidBitmap_lockPixels() failed ! error=%d", ret); in Java_com_example_plasma_PlasmaView_renderPlasma()
|
/development/ndk/sources/android/native_app_glue/ |
D | android_native_app_glue.c | 29 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, "threaded_app", __VA_ARGS__)) macro 58 LOGE("No data on command pipe!"); in android_app_read_cmd() 259 LOGE("could not create pipe: %s", strerror(errno)); in android_app_create() 282 LOGE("Failure writing android_app cmd: %s\n", strerror(errno)); in android_app_write_cmd()
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
D | plasma.c | 33 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
|