Searched defs:ALOGW (Results 1 – 5 of 5) 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
46 #define ALOGW printf macro