Searched defs:ALOGW (Results 1 – 7 of 7) sorted by relevance
35 static inline void ALOGW(const char *fmt...) { in ALOGW() function
43 #define ALOGW(fmt, ...) TLOGW(fmt "\n", ##__VA_ARGS__) macro54 #define ALOGW(fmt, ...) \ macro
29 #define ALOGW(...) ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__) macro
165 public static final int ALOGW = 2; field in EventLogger.Event
41 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__) macro
38 #define ALOGW(...) \ macro
108 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro