Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/gl_perfapp/jni/
Dgl_code.cpp7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
/frameworks/native/opengl/tests/gl2_jni/jni/
Dgl_code.cpp7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
/frameworks/native/opengl/tests/gldual/jni/
Dgl_code.cpp7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
/frameworks/ex/framesequence/jni/utils/
Dlog.h242 #define ALOG(priority, tag, ...) \ macro