Searched defs:LOGI (Results 1 - 8 of 8) sorted by relevance
/development/ndk/samples/module-exports/jni/foo/ |
H A D | foo.c | 14 #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 D | Log.h | 21 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro
|
/development/ndk/sources/android/ndk_helper/ |
H A D | JNIHelper.h | 26 #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 D | gl_code.cpp | 30 #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 D | main.c | 29 #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 D | android_native_app_glue.c | 28 #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 D | plasma.c | 27 #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 D | plasma.c | 31 #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