Lines Matching refs:cond
23 ALOGV_IF(cond, format, ...)
24 SLOGV_IF(cond, format, ...)
25 RLOGV_IF(cond, format, ...)
30 ALOGD_IF(cond, format, ...)
31 SLOGD_IF(cond, format, ...)
32 RLOGD_IF(cond, format, ...)
37 ALOGI_IF(cond, format, ...)
38 SLOGI_IF(cond, format, ...)
39 RLOGI_IF(cond, format, ...)
44 ALOGW_IF(cond, format, ...)
45 SLOGW_IF(cond, format, ...)
46 RLOGW_IF(cond, format, ...)
51 ALOGE_IF(cond, format, ...)
52 SLOGE_IF(cond, format, ...)
53 RLOGE_IF(cond, format, ...)
57 LOG_FATAL_IF(cond, format, ...)
58 LOG_ALWAYS_FATAL_IF(cond, format, ...)
59 ALOG_ASSERT(cond, format, ...)