Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dcommon.h15 #define LOGF_IF(level, res) LOG_IF(level, res) << __FUNCTION__ << "(): "
/hardware/google/aemu/base/include/aemu/base/logging/
DLog.h151 #define LOG_IF(severity, condition) \ macro
196 #define CHECK(condition) LOG_IF(FATAL, !(condition)) << "Check failed: " #condition ". "
269 LOG_IF(FATAL, DCHECK_IS_ON() && !(condition)) << "Check failed: " #condition ". "