HomeSort by relevance Sort by last modified time
    Searched defs:ALOGW (Results 1 - 8 of 8) sorted by null

  /dalvik/vm/alloc/TEST/HeapBitmapTest/include/
Dalvik.h 11 #define ALOGW(...) printf("W/" __VA_ARGS__)
  /frameworks/rs/
rsUtils.h 27 #define ALOGW(...)
rsCppUtils.h 47 #define ALOGW(...) \
  /development/ndk/sources/android/libportable/common/include/
log_portable.h 98 # define ALOGW(a,...)
  /system/core/libcutils/
loghack.h 33 #define ALOGW(...) ALOG("W", __VA_ARGS__)
  /system/core/libnetutils/
packet.c 35 #define ALOGW printf
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);
ifc_utils.c 50 #define ALOGW printf
  /system/core/include/cutils/
log.h 128 #ifndef ALOGW
129 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__))

Completed in 1131 milliseconds