HomeSort by relevance Sort by last modified time
    Searched defs:LOG_ALWAYS_FATAL_IF (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/img_utils/include/img_utils/
TiffEntryImpl.h 69 LOG_ALWAYS_FATAL_IF(index < 0, "%s: Could not allocate vector for data.", __FUNCTION__);
  /device/generic/goldfish-opengl/fuchsia/include/cutils/
log.h 33 #define LOG_ALWAYS_FATAL_IF(condition, ...) \
46 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ##__VA_ARGS__)

Completed in 91 milliseconds