HomeSort by relevance Sort by last modified time
    Searched defs:LOG_ALWAYS_FATAL_IF (Results 1 - 7 of 7) 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__);
  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 84 LOG_ALWAYS_FATAL_IF(fd < 0,
90 LOG_ALWAYS_FATAL_IF(gExecutableStore == MAP_FAILED,
105 LOG_ALWAYS_FATAL_IF(mBase == NULL,
142 LOG_ALWAYS_FATAL_IF(mBase == NULL,
  /frameworks/ex/framesequence/jni/utils/
log.h 186 #ifndef LOG_ALWAYS_FATAL_IF
187 #define LOG_ALWAYS_FATAL_IF(cond, ...) \
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__)
  /system/core/liblog/include/log/
log_main.h 85 * arg is not passed to ALOG_ASSERT, LOG_ALWAYS_FATAL or LOG_ALWAYS_FATAL_IF
110 #ifndef LOG_ALWAYS_FATAL_IF
111 #define LOG_ALWAYS_FATAL_IF(cond, ...) \
123 * Versions of LOG_ALWAYS_FATAL_IF and LOG_ALWAYS_FATAL that
139 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ##__VA_ARGS__)
  /system/core/libutils/
Looper.cpp 68 LOG_ALWAYS_FATAL_IF(mWakeEventFd < 0, "Could not make wake event fd: %s",
85 LOG_ALWAYS_FATAL_IF(result != 0, "Could not allocate TLS key.");
111 LOG_ALWAYS_FATAL_IF(result != 0, "pthread_once failed");
145 LOG_ALWAYS_FATAL_IF(mEpollFd < 0, "Could not create epoll instance: %s", strerror(errno));
152 LOG_ALWAYS_FATAL_IF(result != 0, "Could not add wake event fd to epoll instance: %s",
  /system/libhwbinder/
ProcessState.cpp 271 LOG_ALWAYS_FATAL_IF(maxThreads < 1, "Binder threadpool must have a minimum of one thread.");
  /frameworks/native/libs/binder/
ProcessState.cpp 384 LOG_ALWAYS_FATAL_IF(mDriverFD < 0, "Binder driver could not be opened. Terminating.");

Completed in 159 milliseconds