| /frameworks/libs/net/common/native/tcutils/ |
| D | logging.h | 28 static inline void ALOGE(const char *fmt...) { in ALOGE() function
|
| /frameworks/native/libs/binder/trusty/include/log/ |
| D | log.h | 44 #define ALOGE(fmt, ...) TLOGE(fmt "\n", ##__VA_ARGS__) macro 58 #define ALOGE(fmt, ...) \ 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/64/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/av/media/tests/benchmark/src/native/common/ |
| D | Stats.h | 27 #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/gldual/jni/ |
| D | gl_code.cpp | 10 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
| /frameworks/base/services/core/java/com/android/server/utils/ |
| D | EventLogger.java | 164 public static final int ALOGE = 1; field in EventLogger.Event
|
| /frameworks/native/opengl/tests/gl_jni/jni/ |
| D | gl_code.cpp | 10 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
| /frameworks/rs/toolkit/ |
| D | Utils.h | 42 #define ALOGE(...) __android_log_print(ANDROID_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
|