Searched defs:ALOGW (Results 1 – 4 of 4) sorted by relevance
68 public static final int ALOGW = 2; field in AudioEventLogger.Event
29 #define ALOGW(...) ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__) macro
38 #define ALOGW(...) \ macro
108 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro