Searched refs:LOG_LAZY_EVAL (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/base/
H A DLog.h77 #define LOG_LAZY_EVAL(condition, expr) \ macro
94 LOG_LAZY_EVAL(LOG_IS_ON(severity), \
108 LOG_LAZY_EVAL(LOG_IS_ON(severity) && (condition), \
117 LOG_LAZY_EVAL(LOG_IS_ON(severity), \
125 LOG_LAZY_EVAL(LOG_IS_ON(severity) && (condition), \
293 // Helper class used to avoid compiler errors, see LOG_LAZY_EVAL for

Completed in 83 milliseconds