Home
last modified time | relevance | path

Searched refs:IF_ALOG (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/mesa/include/android_stub/log/
Dlog_main.h289 #define IF_ALOGV() IF_ALOG(LOG_VERBOSE, LOG_TAG)
298 #define IF_ALOGD() IF_ALOG(LOG_DEBUG, LOG_TAG)
306 #define IF_ALOGI() IF_ALOG(LOG_INFO, LOG_TAG)
314 #define IF_ALOGW() IF_ALOG(LOG_WARN, LOG_TAG)
322 #define IF_ALOGE() IF_ALOG(LOG_ERROR, LOG_TAG)
342 #ifndef IF_ALOG
343 #define IF_ALOG(priority, tag) if (android_testLog(ANDROID_##priority, tag)) macro