Searched defs:LOGW (Results 1 - 6 of 6) sorted by relevance

/system/core/libcutils/
H A Dloghack.h33 #define LOGW(...) LOG("W", __VA_ARGS__) macro
/system/media/mca/filterpacks/imageproc/native/
H A Dbrightness.c21 #define LOGW(...) __android_log_print(ANDROID_LOG_WARN, "MCA", __VA_ARGS__) macro
H A Dcontrast.c21 #define LOGW(...) __android_log_print(ANDROID_LOG_WARN, "MCA", __VA_ARGS__) macro
/system/core/libnetutils/
H A Dpacket.c35 #define LOGW printf macro
212 LOGW("IP header checksum failure (0x%x)", packet.ip.check);
234 LOGW("UDP header checksum failure (0x%x should be 0x%x)", sum, temp);
H A Difc_utils.c50 #define LOGW printf macro
/system/core/include/cutils/
H A Dlog.h128 #ifndef LOGW
129 #define LOGW(...) ((void)LOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro

Completed in 2618 milliseconds