HomeSort by relevance Sort by last modified time
    Searched refs:LOG_FATAL (Results 1 - 25 of 26) sorted by null

1 2

  /device/google/cuttlefish_common/guest/hals/gralloc/legacy/
mapper.cpp 78 LOG_FATAL("%s: unbalanced lock detected. lock level = %d",
97 LOG_FATAL("%s unbalanced unlock detected. lock level = %d",
116 LOG_FATAL("%s: unbalanced lock detected. lock level = %d",
  /frameworks/ex/framesequence/jni/utils/
log.h 207 #ifndef LOG_FATAL
208 #define LOG_FATAL(...) ((void)0)
216 #ifndef LOG_FATAL
217 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)
  /system/core/liblog/include/log/
log_main.h 29 * LOG_FATAL and LOG_FATAL_IF (FATAL assert messages) from the
133 #ifndef LOG_FATAL
134 #define LOG_FATAL(...) ((void)0)
142 #ifndef LOG_FATAL
143 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)
  /device/google/cuttlefish_common/guest/vsoc/lib/
gralloc_region_view.cpp 51 LOG_FATAL("Unable to open managed region");
129 LOG_FATAL(
  /frameworks/base/core/proto/android/util/
log.proto 40 LOG_FATAL = 7;
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_test_fixture.cpp 62 LOG_FATAL("D'OH\n");
  /external/libchrome/base/
logging.cc 409 g_min_log_level = std::min(LOG_FATAL, level);
519 : severity_(LOG_FATAL), file_(file), line_(line) {
525 : severity_(LOG_FATAL), file_(file), line_(line) {
541 if (severity_ == LOG_FATAL && !base::debug::BeingDebugged()) {
662 case LOG_FATAL:
690 case LOG_FATAL:
744 if (severity_ == LOG_FATAL) {
943 if (level == LOG_FATAL)
logging.h 299 const LogSeverity LOG_FATAL = 3;
302 // LOG_DFATAL is LOG_FATAL in debug mode, ERROR in normal mode
306 const LogSeverity LOG_DFATAL = LOG_FATAL;
320 ::logging::ClassName(__FILE__, __LINE__, ::logging::LOG_FATAL, ##__VA_ARGS__)
767 const LogSeverity LOG_DCHECK = LOG_FATAL;
    [all...]
logging_unittest.cc 130 SetMinLogLevel(LOG_FATAL + 1);
  /external/libbrillo/brillo/
syslog_logging.cc 54 case logging::LOG_FATAL:
  /external/puffin/src/
fuzzer.cc 65 logging::SetMinLogLevel(logging::LOG_FATAL);
  /hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
ComposerCommandBuffer.h 434 LOG_FATAL("endCommand was not called before command 0x%x", command);
445 LOG_FATAL("beginCommand was not called");
447 LOG_FATAL("too much data written");
450 LOG_FATAL("too little data written");
628 LOG_FATAL("endCommand was not called for last command");
654 LOG_FATAL("beginCommand was not called");
656 LOG_FATAL("too much data read");
659 LOG_FATAL("too little data read");
  /frameworks/native/services/vr/bufferhubd/
detached_buffer_channel.cpp 148 // that LOG_FATAL will be stripped out in non-debug build.
149 LOG_FATAL(
producer_channel.cpp 431 // that LOG_FATAL will be stripped out in non-debug build.
432 LOG_FATAL(
  /packages/services/Car/evs/sampleDriver/
EvsEnumerator.cpp 56 LOG_FATAL("Failed to open /dev folder\n");
  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 67 ALOG(LOG_FATAL, LOG_TAG, "@@@ ABORTING: CODE FLINGER: %s IN %s addr=%p",
Arm64Assembler.cpp 140 #define NOT_IMPLEMENTED() LOG_FATAL("Arm instruction %s not yet implemented\n", __func__)
    [all...]
  /device/google/cuttlefish_common/guest/hals/gralloc/
gralloc.cpp 284 LOG_FATAL("Unable to instantiate the gralloc region");
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAStreamOps.cpp 334 LOG_FATAL("Unknown AudioSystem bit width %d!", audioSystemFormat);
  /hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/
Effect.impl.h 465 LOG_FATAL("Using input buffer provider is not supported");
468 LOG_FATAL("Using output buffer provider is not supported");
  /system/core/base/
logging_test.cpp 345 TEST(logging, LOG_FATAL) {
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 1050 LOG_FATAL("%s", msg);
    [all...]
  /system/tpm/trunks/
resource_manager_test.cc 53 logging::SetMinLogLevel(logging::LOG_FATAL);
    [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp     [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]

Completed in 721 milliseconds

1 2