Searched defs:ALOGW (Results 1 – 5 of 5) sorted by relevance
35 #define ALOGW(fmt, ...) \ macro
35 #define ALOGW printf macro
45 #define ALOGW printf macro
255 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro