Searched defs:LOGI (Results 1 – 8 of 8) sorted by relevance
/development/ndk/samples/module-exports/jni/foo/ |
D | foo.c | 14 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__) macro
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
D | Log.h | 21 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro
|
/development/ndk/sources/android/ndk_helper/ |
D | JNIHelper.h | 26 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, ndk_helper::JNIHelper::GetInstance()… macro
|
/development/ndk/platforms/android-5/samples/hello-gl2/jni/ |
D | gl_code.cpp | 30 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__) macro
|
/development/ndk/platforms/android-9/samples/native-activity/jni/ |
D | main.c | 29 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "native-activity", __VA_ARGS__)) macro
|
/development/ndk/sources/android/native_app_glue/ |
D | android_native_app_glue.c | 29 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "threaded_app", __VA_ARGS__)) macro
|
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
D | plasma.c | 27 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__) macro
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
D | plasma.c | 31 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__) macro
|