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

/frameworks/av/media/img_utils/include/img_utils/
H A DTiffEntryImpl.h69 LOG_ALWAYS_FATAL_IF(index < 0, "%s: Could not allocate vector for data.", __FUNCTION__); function
/frameworks/ex/framesequence/jni/utils/
H A Dlog.h186 #ifndef LOG_ALWAYS_FATAL_IF
187 #define LOG_ALWAYS_FATAL_IF(cond, ...) \ macro
199 * Versions of LOG_ALWAYS_FATAL_IF and LOG_ALWAYS_FATAL that
214 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ## __VA_ARGS__)
/frameworks/native/libs/binder/
H A DProcessState.cpp384 LOG_ALWAYS_FATAL_IF(mDriverFD < 0, "Binder driver could not be opened. Terminating."); function

Completed in 1742 milliseconds