Home
last modified time | relevance | path

Searched defs:ALOGE (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/opengl/tests/gl_perfapp/jni/
Dgl_code.cpp10 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
Dnative.cpp25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
Dnative.cpp25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
Dnative.cpp25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
/frameworks/native/vulkan/vkprofiles/
Dvkprofiles.cpp29 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
/frameworks/av/media/tests/benchmark/src/native/common/
DStats.h27 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
/frameworks/native/opengl/tests/gl2_jni/jni/
Dgl_code.cpp10 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
/frameworks/native/opengl/tests/gldual/jni/
Dgl_code.cpp10 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp10 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
/frameworks/native/libs/binder/liblog_stub/include/log/
Dlog.h72 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
/frameworks/base/services/core/java/com/android/server/utils/
DEventLogger.java176 public static final int ALOGE = 1; field in EventLogger.Event
/frameworks/rs/
DrsCppUtils.h34 #define ALOGE(...) \ macro
/frameworks/rs/toolkit/
DUtils.h42 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro