Searched defs:LOG_ALWAYS_FATAL_IF (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DCodeCache.cpp86 LOG_ALWAYS_FATAL_IF(fd < 0, function
92 LOG_ALWAYS_FATAL_IF(gExecutableStore == MAP_FAILED,
107 LOG_ALWAYS_FATAL_IF(mBase == NULL,
144 LOG_ALWAYS_FATAL_IF(mBase == NULL,
/system/core/include/log/
H A Dlog.h375 #ifndef LOG_ALWAYS_FATAL_IF
376 #define LOG_ALWAYS_FATAL_IF(cond, ...) \ macro
388 * Versions of LOG_ALWAYS_FATAL_IF and LOG_ALWAYS_FATAL that
403 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ## __VA_ARGS__)
511 * arg is not passed to ALOG_ASSERT, LOG_ALWAYS_FATAL or LOG_ALWAYS_FATAL_IF

Completed in 81 milliseconds