Searched defs:ALOG (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/opengl/tests/gl_perfapp/jni/ |
D | gl_code.cpp | 7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
|
/frameworks/av/media/tests/benchmark/src/native/common/ |
D | Stats.h | 24 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
|
/frameworks/native/opengl/tests/gldual/jni/ |
D | gl_code.cpp | 7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
|
/frameworks/native/opengl/tests/gl2_jni/jni/ |
D | gl_code.cpp | 7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
|
/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
|
/frameworks/ex/framesequence/jni/utils/ |
D | log.h | 242 #define ALOG(priority, tag, ...) \ macro
|