Searched defs:ALOG (Results 1 – 9 of 9) sorted by relevance
/aosp12/libnativehelper/ |
H A D | ALog-priv.h | 37 #define ALOG(priority, tag, fmt, ...) \ macro
|
/aosp12/frameworks/native/opengl/tests/gl_perfapp/jni/ |
H A D | gl_code.cpp | 7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
|
/aosp12/frameworks/av/media/tests/benchmark/src/native/common/ |
H A D | Stats.h | 24 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
|
/aosp12/frameworks/native/opengl/tests/gl2_jni/jni/ |
H A D | gl_code.cpp | 7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
|
/aosp12/frameworks/native/opengl/tests/gldual/jni/ |
H A D | gl_code.cpp | 7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
|
/aosp12/frameworks/native/opengl/tests/gl_jni/jni/ |
H A D | gl_code.cpp | 7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
|
/aosp12/frameworks/ex/framesequence/jni/utils/ |
H A D | log.h | 242 #define ALOG(priority, tag, ...) \ macro
|
/aosp12/system/logging/liblog/include_vndk/log/ |
H A D | log_main.h | 336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) macro
|
/aosp12/system/logging/liblog/include/log/ |
H A D | log_main.h | 336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) macro
|