Searched defs:LOGI (Results 1 - 8 of 8) 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/perftests/panorama/feature_mos/src/mosaic/
H A DLog.h21 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro
/development/ndk/sources/android/ndk_helper/
H A DJNIHelper.h26 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, ndk_helper::JNIHelper::GetInstance()->GetAppName(), __VA_ARGS__)) macro
/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-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/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
/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
335 LOGI("frame/s (avg,min,max) = (%.1f,%.1f,%.1f) "
/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
204 //LOGI("width=%d height=%d stride=%d format=%d", buffer->width, buffer->height,
344 LOGI("frame/s (avg,min,max) = (%.1f,%.1f,%.1f) "
419 LOGI("Key event: action=%d keyCode=%d metaState=0x%x",
488 LOGI("Engine thread destroy requested!");

Completed in 123 milliseconds