Searched defs:ALOGI (Results 1 – 13 of 13) sorted by relevance
| /frameworks/libs/net/common/native/tcutils/ |
| D | logging.h | 42 static inline void ALOGI(const char *fmt...) { in ALOGI() function
|
| /frameworks/native/libs/binder/trusty/include/log/ |
| D | log.h | 42 #define ALOGI(fmt, ...) TLOGI(fmt "\n", ##__VA_ARGS__) macro 50 #define ALOGI(fmt, ...) \ macro
|
| /frameworks/native/opengl/tests/gl_perfapp/jni/ |
| D | gl_code.cpp | 9 #define ALOGI(...) ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__) macro
|
| /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/ |
| D | native.cpp | 24 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro
|
| /frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/ |
| D | native.cpp | 24 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro
|
| /frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/ |
| D | native.cpp | 24 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro
|
| /frameworks/av/media/tests/benchmark/src/native/common/ |
| D | Stats.h | 26 #define ALOGI(...) ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__) macro
|
| /frameworks/native/opengl/tests/gl2_jni/jni/ |
| D | gl_code.cpp | 9 #define ALOGI(...) ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__) macro
|
| /frameworks/native/opengl/tests/gldual/jni/ |
| D | gl_code.cpp | 9 #define ALOGI(...) ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__) macro
|
| /frameworks/base/services/core/java/com/android/server/utils/ |
| D | EventLogger.java | 163 public static final int ALOGI = 0; field in EventLogger.Event
|
| /frameworks/native/opengl/tests/gl_jni/jni/ |
| D | gl_code.cpp | 9 #define ALOGI(...) ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__) macro
|
| /frameworks/rs/toolkit/ |
| D | Utils.h | 40 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro
|
| /frameworks/ex/framesequence/jni/utils/ |
| D | log.h | 94 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__)) macro
|