Searched defs:ALOGW (Results 1 – 4 of 4) sorted by relevance
33 #define ALOGW(...) ALOG("W", __VA_ARGS__) macro
35 #define ALOGW printf macro
50 #define ALOGW printf macro
129 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro