Searched defs:ALOGE (Results 1 – 12 of 12) sorted by relevance
/frameworks/opt/gamesdk/samples/common/include/ |
D | Log.h | 21 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__); macro
|
/frameworks/opt/gamesdk/src/common/ |
D | Log.h | 22 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
/frameworks/native/opengl/tests/gl_perfapp/jni/ |
D | gl_code.cpp | 10 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/ |
D | native.cpp | 25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/ |
D | native.cpp | 25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/ |
D | native.cpp | 25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
/frameworks/native/opengl/tests/gldual/jni/ |
D | gl_code.cpp | 10 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
/frameworks/native/opengl/tests/gl2_jni/jni/ |
D | gl_code.cpp | 10 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 10 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
/frameworks/rs/ |
D | rsCppUtils.h | 34 #define ALOGE(...) \ macro
|
/frameworks/ex/framesequence/jni/utils/ |
D | log.h | 122 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro
|
/frameworks/opt/gamesdk/src/swappyVk/ |
D | SwappyVk.cpp | 41 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, "SwappyVk", __VA_ARGS__) macro 48 #define ALOGE(...) ((void)0) macro
|