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