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

1 2 3 4 5

  /system/core/libutils/
StrongPointer.cpp 23 void sp_report_race() { LOG_ALWAYS_FATAL("sp<> assignment detected data race"); }
  /frameworks/base/libs/hwui/debug/
FatalBaseDriver.cpp 27 #define CALL_GL_API(x, ...) LOG_ALWAYS_FATAL("Not Implemented");
29 LOG_ALWAYS_FATAL("Not Implemented"); \
  /frameworks/wilhelm/src/
assert.cpp 26 LOG_ALWAYS_FATAL("assertion \"%s\" failed: file \"%s\", line %d", failedexpr, file, line);
32 LOG_ALWAYS_FATAL("assertion \"%s\" failed: file \"%s\", line %d, function \"%s\"",
  /hardware/interfaces/bluetooth/1.0/default/
h4_protocol.cc 61 LOG_ALWAYS_FATAL("%s: Unimplemented packet type %d", __func__,
74 LOG_ALWAYS_FATAL("%s: Unexpected EOF reading the packet type!",
77 LOG_ALWAYS_FATAL("%s: Read packet type error: %s", __func__,
80 LOG_ALWAYS_FATAL("%s: More bytes read than expected (%u)!", __func__,
88 LOG_ALWAYS_FATAL("%s: Unimplemented packet type %d", __func__,
hci_packetizer.cc 62 LOG_ALWAYS_FATAL("%s: Read header error: %s", __func__,
87 LOG_ALWAYS_FATAL("%s: Read payload error: %s", __func__,
mct_protocol.cc 47 LOG_ALWAYS_FATAL("%s: Unimplemented packet type = %d", __func__, type);
  /external/libese/libese/include/ese/
log.h 74 #define LOG_ALWAYS_FATAL(format, ...) { \
81 #define LOG_ALWAYS_FATAL(...) while (1);
  /hardware/libhardware/include/hardware/
audio_alsaops.h 62 LOG_ALWAYS_FATAL("pcm_format_from_audio_format: invalid audio format %#x", format);
96 LOG_ALWAYS_FATAL("audio_format_from_pcm_format: invalid pcm format %#x", format);
  /frameworks/av/services/audioflinger/
FastCaptureState.cpp 42 LOG_ALWAYS_FATAL("%s", __func__);
FastMixerState.cpp 68 LOG_ALWAYS_FATAL("%s", __func__);
  /system/core/libmemunreachable/
log.h 53 #define MEM_LOG_ALWAYS_FATAL LOG_ALWAYS_FATAL
  /hardware/intel/img/hwcomposer/merrifield/common/utils/
HwcTrace.h 66 LOG_ALWAYS_FATAL("%s: Object is not initialized! Line = %d", __func__, __LINE__); \
102 LOG_ALWAYS_FATAL("%s: Object is not deinitialized! Line = %d", __func__, __LINE__); \
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/utils/
HwcTrace.h 66 LOG_ALWAYS_FATAL("%s: Object is not initialized! Line = %d", __func__, __LINE__); \
102 LOG_ALWAYS_FATAL("%s: Object is not deinitialized! Line = %d", __func__, __LINE__); \
  /frameworks/ex/framesequence/jni/utils/
log.h 193 #ifndef LOG_ALWAYS_FATAL
194 #define LOG_ALWAYS_FATAL(...) \
199 * Versions of LOG_ALWAYS_FATAL_IF and LOG_ALWAYS_FATAL that
217 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)
  /frameworks/av/media/libaudiohal/
HalDeathHandlerHidl.cpp 56 LOG_ALWAYS_FATAL("HAL server crashed, need to restart");
  /system/core/liblog/include/log/
log_main.h 84 * 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(...) \
122 * Versions of LOG_ALWAYS_FATAL_IF and LOG_ALWAYS_FATAL that
141 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)
  /external/libese/libese/
ese.c 73 LOG_ALWAYS_FATAL("Unknown global error code passed to ese_set_error(%d)",
80 LOG_ALWAYS_FATAL("Unknown hw error code passed to ese_set_error(%d)", code);
  /frameworks/av/media/libaudioprocessing/
AudioMixerOps.h 153 LOG_ALWAYS_FATAL("MixMul<int32_t, int32_t, float> Runtime Should not be here");
159 LOG_ALWAYS_FATAL("MixMul<int32_t, int16_t, float> Runtime Should not be here");
166 LOG_ALWAYS_FATAL("MixMul<int16_t, int16_t, float> Runtime Should not be here");
183 LOG_ALWAYS_FATAL("MixAccum type not properly specialized: %zu %zu\n",
317 LOG_ALWAYS_FATAL("invalid mixtype %d", MIXTYPE);
359 LOG_ALWAYS_FATAL("invalid mixtype %d", MIXTYPE);
405 LOG_ALWAYS_FATAL("invalid mixtype %d", MIXTYPE);
441 LOG_ALWAYS_FATAL("invalid mixtype %d", MIXTYPE);
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera_dbg.h 79 #define CDBG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera_dbg.h 79 #define CDBG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)
  /frameworks/base/cmds/webview_zygote/
webview_zygote.cpp 62 LOG_ALWAYS_FATAL("PR_SET_NO_NEW_PRIVS failed: %s", strerror(errno));
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
ADebug.h 94 LOG_ALWAYS_FATAL("%s", ___full.c_str()); \
115 LOG_ALWAYS_FATAL( \
  /frameworks/base/libs/hwui/
Program.cpp 67 LOG_ALWAYS_FATAL("Error while linking shaders");
146 LOG_ALWAYS_FATAL("Shader info log: %s", log);
  /system/core/libcutils/
ashmem-dev.c 122 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/
fifo.cpp 263 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);

Completed in 1028 milliseconds

1 2 3 4 5