Searched defs:ALOGW (Results 1 – 3 of 3) sorted by relevance
36 #define ALOGW printf macro
51 #define ALOGW printf macro
142 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro