Searched defs:ALOGW (Results 1 - 4 of 4) sorted by path

/system/core/include/cutils/
H A Dlog.h128 #ifndef ALOGW
129 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
/system/core/libcutils/
H A Dloghack.h33 #define ALOGW(...) ALOG("W", __VA_ARGS__) macro
/system/core/libnetutils/
H A Difc_utils.c50 #define ALOGW printf macro
H A Dpacket.c35 #define ALOGW printf macro
212 ALOGW("IP header checksum failure (0x%x)", packet.ip.check);
234 ALOGW("UDP header checksum failure (0x%x should be 0x%x)", sum, temp);

Completed in 182 milliseconds