Searched defs:IF_ALOG (Results 1 - 3 of 3) sorted by path

/system/core/include/log/
H A Dlog_main.h261 #define IF_ALOGV() IF_ALOG(LOG_VERBOSE, LOG_TAG)
270 #define IF_ALOGD() IF_ALOG(LOG_DEBUG, LOG_TAG)
278 #define IF_ALOGI() IF_ALOG(LOG_INFO, LOG_TAG)
286 #define IF_ALOGW() IF_ALOG(LOG_WARN, LOG_TAG)
294 #define IF_ALOGE() IF_ALOG(LOG_ERROR, LOG_TAG)
314 #ifndef IF_ALOG
315 #define IF_ALOG(priority, tag) if (android_testLog(ANDROID_##priority, tag)) macro
321 * IF_ALOG uses android_testLog, but IF_ALOG can be overridden.
325 * IF_ALOG a
[all...]
/system/core/liblog/include/log/
H A Dlog_main.h261 #define IF_ALOGV() IF_ALOG(LOG_VERBOSE, LOG_TAG)
270 #define IF_ALOGD() IF_ALOG(LOG_DEBUG, LOG_TAG)
278 #define IF_ALOGI() IF_ALOG(LOG_INFO, LOG_TAG)
286 #define IF_ALOGW() IF_ALOG(LOG_WARN, LOG_TAG)
294 #define IF_ALOGE() IF_ALOG(LOG_ERROR, LOG_TAG)
314 #ifndef IF_ALOG
315 #define IF_ALOG(priority, tag) if (android_testLog(ANDROID_##priority, tag)) macro
321 * IF_ALOG uses android_testLog, but IF_ALOG can be overridden.
325 * IF_ALOG a
[all...]
/system/core/liblog/include_vndk/log/
H A Dlog_main.h261 #define IF_ALOGV() IF_ALOG(LOG_VERBOSE, LOG_TAG)
270 #define IF_ALOGD() IF_ALOG(LOG_DEBUG, LOG_TAG)
278 #define IF_ALOGI() IF_ALOG(LOG_INFO, LOG_TAG)
286 #define IF_ALOGW() IF_ALOG(LOG_WARN, LOG_TAG)
294 #define IF_ALOGE() IF_ALOG(LOG_ERROR, LOG_TAG)
314 #ifndef IF_ALOG
315 #define IF_ALOG(priority, tag) if (android_testLog(ANDROID_##priority, tag)) macro
321 * IF_ALOG uses android_testLog, but IF_ALOG can be overridden.
325 * IF_ALOG a
[all...]

Completed in 65 milliseconds