Searched refs:IF_ALOG (Results 1 – 2 of 2) sorted by relevance
176 #define IF_ALOGV() IF_ALOG(LOG_VERBOSE, LOG_TAG)185 #define IF_ALOGD() IF_ALOG(LOG_DEBUG, LOG_TAG)193 #define IF_ALOGI() IF_ALOG(LOG_INFO, LOG_TAG)201 #define IF_ALOGW() IF_ALOG(LOG_WARN, LOG_TAG)209 #define IF_ALOGE() IF_ALOG(LOG_ERROR, LOG_TAG)475 #ifndef IF_ALOG476 #define IF_ALOG(priority, tag) \ macro
12 IF_ALOG(android_priority, tag)97 based on a condition being true. IF_ALOG[VDIWE] calls are true if the