Home
last modified time | relevance | path

Searched defs:ALOG (Results 1 – 9 of 9) sorted by relevance

/aosp12/libnativehelper/
H A DALog-priv.h37 #define ALOG(priority, tag, fmt, ...) \ macro
/aosp12/frameworks/native/opengl/tests/gl_perfapp/jni/
H A Dgl_code.cpp7 #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 DStats.h24 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
/aosp12/frameworks/native/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
/aosp12/frameworks/native/opengl/tests/gldual/jni/
H A Dgl_code.cpp7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
/aosp12/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
/aosp12/frameworks/ex/framesequence/jni/utils/
H A Dlog.h242 #define ALOG(priority, tag, ...) \ macro
/aosp12/system/logging/liblog/include_vndk/log/
H A Dlog_main.h336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) macro
/aosp12/system/logging/liblog/include/log/
H A Dlog_main.h336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) macro