Home
last modified time | relevance | path

Searched defs:ALOGW (Results 1 – 7 of 7) sorted by relevance

/frameworks/libs/net/common/native/tcutils/
Dlogging.h35 static inline void ALOGW(const char *fmt...) { in ALOGW() function
/frameworks/native/libs/binder/trusty/include/log/
Dlog.h43 #define ALOGW(fmt, ...) TLOGW(fmt "\n", ##__VA_ARGS__) macro
54 #define ALOGW(fmt, ...) \ macro
/frameworks/av/media/tests/benchmark/src/native/common/
DStats.h29 #define ALOGW(...) ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__) macro
/frameworks/base/services/core/java/com/android/server/utils/
DEventLogger.java165 public static final int ALOGW = 2; field in EventLogger.Event
/frameworks/rs/toolkit/
DUtils.h41 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__) macro
/frameworks/rs/
DrsCppUtils.h38 #define ALOGW(...) \ macro
/frameworks/ex/framesequence/jni/utils/
Dlog.h108 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro