Searched refs:LOG_ALWAYS_FATAL (Results 1 - 18 of 18) sorted by relevance

/system/core/libutils/
H A DStrongPointer.cpp23 void sp_report_race() { LOG_ALWAYS_FATAL("sp<> assignment detected data race"); }
H A DString16.cpp182 LOG_ALWAYS_FATAL("Not implemented");
H A DUnicode.cpp583 LOG_ALWAYS_FATAL("Attempt to overread computing length of utf8 string");
H A DLooper.cpp407 LOG_ALWAYS_FATAL("Could not write wake signal to fd %d: %s",
/system/core/libmemunreachable/
H A Dlog.h53 #define MEM_LOG_ALWAYS_FATAL LOG_ALWAYS_FATAL
/system/core/include/log/
H A Dlog_main.h84 * arg is not passed to ALOG_ASSERT, LOG_ALWAYS_FATAL or LOG_ALWAYS_FATAL_IF
116 #ifndef LOG_ALWAYS_FATAL
117 #define LOG_ALWAYS_FATAL(...) \ macro
122 * Versions of LOG_ALWAYS_FATAL_IF and LOG_ALWAYS_FATAL that
141 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)
/system/core/liblog/include/log/
H A Dlog_main.h84 * arg is not passed to ALOG_ASSERT, LOG_ALWAYS_FATAL or LOG_ALWAYS_FATAL_IF
116 #ifndef LOG_ALWAYS_FATAL
117 #define LOG_ALWAYS_FATAL(...) \ macro
122 * Versions of LOG_ALWAYS_FATAL_IF and LOG_ALWAYS_FATAL that
141 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)
/system/core/liblog/include_vndk/log/
H A Dlog_main.h84 * arg is not passed to ALOG_ASSERT, LOG_ALWAYS_FATAL or LOG_ALWAYS_FATAL_IF
116 #ifndef LOG_ALWAYS_FATAL
117 #define LOG_ALWAYS_FATAL(...) \ macro
122 * Versions of LOG_ALWAYS_FATAL_IF and LOG_ALWAYS_FATAL that
141 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)
/system/core/libcutils/
H A Dashmem-dev.c122 LOG_ALWAYS_FATAL("illegal fd=%d mode=0%o rdev=%d:%d expected 0%o %d:%d",
127 LOG_ALWAYS_FATAL("illegal fd=%d mode=0%o rdev=%d:%d expected 0%o",
/system/media/audio_utils/
H A Dfifo.cpp263 LOG_ALWAYS_FATAL("unexpected err=%d errno=%d", err, errno);
269 LOG_ALWAYS_FATAL("mFifo.mThrottleFrontSync=%d", mFifo.mThrottleFrontSync);
335 LOG_ALWAYS_FATAL("%s: unexpected err=%d errno=%d",
343 LOG_ALWAYS_FATAL("mFifo.mWriterRearSync=%d", mFifo.mWriterRearSync);
493 LOG_ALWAYS_FATAL("%s: unexpected err=%d errno=%d",
501 LOG_ALWAYS_FATAL("mFifo.mThrottleFrontSync=%d", mFifo.mThrottleFrontSync);
564 LOG_ALWAYS_FATAL("unexpected err=%d errno=%d", err, errno);
570 LOG_ALWAYS_FATAL("mFifo.mWriterRearSync=%d", mFifo.mWriterRearSync);
H A Dformat.c150 LOG_ALWAYS_FATAL("invalid src format %#x for dst format %#x",
H A Dpower.cpp264 LOG_ALWAYS_FATAL("invalid format: %#x", format);
/system/core/libpixelflinger/codeflinger/
H A DMIPS64Assembler.cpp41 #define NOT_IMPLEMENTED() LOG_ALWAYS_FATAL("Arm instruction %s not yet implemented\n", __func__)
277 LOG_ALWAYS_FATAL("adr mode reg_scale_post not yet implemented\n");
284 LOG_ALWAYS_FATAL("adr mode immed8_pre not yet implemented\n");
310 LOG_ALWAYS_FATAL("adr mode reg_post not yet implemented\n");
388 LOG_ALWAYS_FATAL("adr mode reg_rrx not yet implemented\n");
630 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n");
646 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n");
662 LOG_ALWAYS_FATAL("Condition on SMULL must be on 64-bit result\n");
677 LOG_ALWAYS_FATAL("Condition on SMUAL must be on 64-bit result\n");
715 LOG_ALWAYS_FATAL("Unsupporte
[all...]
H A DMIPSAssembler.cpp71 #define NOT_IMPLEMENTED() LOG_ALWAYS_FATAL("Arm instruction %s not yet implemented\n", __func__)
286 LOG_ALWAYS_FATAL("adr mode reg_scale_post not yet implemented\n");
295 LOG_ALWAYS_FATAL("adr mode immed8_pre not yet implemented\n");
323 LOG_ALWAYS_FATAL("adr mode reg_post not yet implemented\n");
406 LOG_ALWAYS_FATAL("adr mode reg_rrx not yet implemented\n");
640 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n");
656 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n");
672 LOG_ALWAYS_FATAL("Condition on SMULL must be on 64-bit result\n");
687 LOG_ALWAYS_FATAL("Condition on SMUAL must be on 64-bit result\n");
725 LOG_ALWAYS_FATAL("Unsupporte
[all...]
/system/hwservicemanager/
H A DAccessControl.cpp26 LOG_ALWAYS_FATAL("Failed to acquire hwservicemanager context.");
/system/core/debuggerd/crasher/
H A Dcrasher.cpp189 fprintf(stderr, " LOG_ALWAYS_FATAL call liblog LOG_ALWAYS_FATAL\n");
256 } else if (!strcasecmp(arg, "LOG_ALWAYS_FATAL")) {
257 LOG_ALWAYS_FATAL("hello %s", "world");
/system/media/audio_route/
H A Daudio_route.c115 LOG_ALWAYS_FATAL("Unsupported mixer ctl type: %d, check type before calling", (int)type);
/system/libhwbinder/
H A DParcel.cpp1096 LOG_ALWAYS_FATAL("Parcel::remove() not yet implemented!");

Completed in 3080 milliseconds