Searched refs:LOGI (Results 1 - 6 of 6) sorted by relevance

/development/ndk/samples/module-exports/jni/foo/
H A Dfoo.c14 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__) macro
18 LOGI("foo(%d) called !", x);
/development/ndk/platforms/android-5/samples/hello-gl2/jni/
H A Dgl_code.cpp30 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__) macro
35 LOGI("GL %s = %s\n", name, v);
41 LOGI("after %s() glError (0x%x)\n", op, error);
130 LOGI("setupGraphics(%d, %d)", w, h);
138 LOGI("glGetAttribLocation(\"vPosition\") = %d\n",
/development/ndk/platforms/android-9/samples/native-plasma/jni/
H A Dplasma.c31 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__) macro
205 //LOGI("width=%d height=%d stride=%d format=%d", buffer->width, buffer->height,
345 LOGI("frame/s (avg,min,max) = (%.1f,%.1f,%.1f) "
420 LOGI("Key event: action=%d keyCode=%d metaState=0x%x",
489 LOGI("Engine thread destroy requested!");
/development/ndk/platforms/android-9/samples/native-activity/jni/
H A Dmain.c29 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "native-activity", __VA_ARGS__)) macro
280 LOGI("accelerometer: x=%f y=%f z=%f",
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
H A Dplasma.c27 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__) macro
336 LOGI("frame/s (avg,min,max) = (%.1f,%.1f,%.1f) "
/development/ndk/sources/android/native_app_glue/
H A Dandroid_native_app_glue.c28 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "threaded_app", __VA_ARGS__)) macro

Completed in 99 milliseconds