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

12

/frameworks/wilhelm/src/
H A Dassert.c26 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\"",
/frameworks/ex/framesequence/jni/utils/
H A Dlog.h193 #ifndef LOG_ALWAYS_FATAL
194 #define LOG_ALWAYS_FATAL(...) \ macro
199 * Versions of LOG_ALWAYS_FATAL_IF and LOG_ALWAYS_FATAL that
217 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)
/frameworks/av/include/media/stagefright/foundation/
H A DADebug.h67 LOG_ALWAYS_FATAL("%s", ___full.c_str()); \
79 LOG_ALWAYS_FATAL( \
/frameworks/av/services/audioflinger/
H A DAudioMixerOps.h156 LOG_ALWAYS_FATAL("MixMul<int32_t, int32_t, float> Runtime Should not be here");
162 LOG_ALWAYS_FATAL("MixMul<int32_t, int16_t, float> Runtime Should not be here");
169 LOG_ALWAYS_FATAL("MixMul<int16_t, int16_t, float> Runtime Should not be here");
187 LOG_ALWAYS_FATAL("MixAccum type not properly specialized: %zu %zu\n",
321 LOG_ALWAYS_FATAL("invalid mixtype %d", MIXTYPE);
363 LOG_ALWAYS_FATAL("invalid mixtype %d", MIXTYPE);
409 LOG_ALWAYS_FATAL("invalid mixtype %d", MIXTYPE);
445 LOG_ALWAYS_FATAL("invalid mixtype %d", MIXTYPE);
H A DAudioMixer.cpp855 LOG_ALWAYS_FATAL("setParameter track: bad param %d", param);
880 LOG_ALWAYS_FATAL("setParameter resample: bad param %d", param);
911 LOG_ALWAYS_FATAL("setParameter volume: bad param %d", param);
917 LOG_ALWAYS_FATAL("setParameter: bad target %d", target);
1805 LOG_ALWAYS_FATAL("bad mixer format: %d", t.mMixerFormat);
2092 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat);
2106 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat);
2111 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat);
2132 LOG_ALWAYS_FATAL("bad trackType: %d", trackType);
2149 LOG_ALWAYS_FATAL("ba
[all...]
H A DAudioResampler.cpp273 LOG_ALWAYS_FATAL("Unsupported sample format %d quality %d channels",
277 LOG_ALWAYS_FATAL("Unsupported sample rate %d Hz", sampleRate);
H A DThreads.cpp1812 // unfortunately we have no way of recovering from errors here, hence the LOG_ALWAYS_FATAL
1816 LOG_ALWAYS_FATAL("HAL channel mask %#x not valid for output", mChannelMask);
1820 LOG_ALWAYS_FATAL("HAL channel mask %#x not supported for mixed output",
1827 LOG_ALWAYS_FATAL("HAL format %#x not valid for output", mFormat);
3331 LOG_ALWAYS_FATAL("unexpected track state %d", track->mState);
3363 LOG_ALWAYS_FATAL("fast track %d should have been active", j);
5229 LOG_ALWAYS_FATAL("Unexpected activeTrackState %d", activeTrackState);
6029 LOG_ALWAYS_FATAL("RecordThread::getNextBuffer() starved");
/frameworks/base/libs/hwui/
H A DSkiaShader.cpp174 LOG_ALWAYS_FATAL("SkiaLayerShader::setupProgram called on the wrong type of shader!");
258 LOG_ALWAYS_FATAL("SkiaBitmapShader::describe called with a different kind of shader!");
268 LOG_ALWAYS_FATAL("SkiaBitmapShader::setupProgram called with a different kind of shader!");
425 LOG_ALWAYS_FATAL("Invalid SkShader gradient type %d", gradType);
441 LOG_ALWAYS_FATAL("SkiaComposeShader::describe called on the wrong shader type!");
458 LOG_ALWAYS_FATAL("SkiaComposeShader::setupProgram called on the wrong shader type!");
H A DProgram.cpp70 LOG_ALWAYS_FATAL("Error while linking shaders");
149 LOG_ALWAYS_FATAL("Shader info log: %s", log);
H A DAnimator.cpp278 LOG_ALWAYS_FATAL("Unknown field %d", (int) mField);
296 LOG_ALWAYS_FATAL("Unknown field %d", (int) mField);
H A DDamageAccumulator.cpp70 LOG_ALWAYS_FATAL("Tried to compute transform with an invalid type: %d", currentFrame->type);
117 LOG_ALWAYS_FATAL("Tried to pop an invalid type: %d", dirtyFrame->type);
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp192 LOG_ALWAYS_FATAL("PR_SET_NO_NEW_PRIVS failed: %s", strerror(errno));
285 LOG_ALWAYS_FATAL("app_process: Unable to determine ABI list from property %s.",
313 LOG_ALWAYS_FATAL("app_process: no class name or --zygote supplied.");
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp144 LOG_ALWAYS_FATAL("Failed to choose config, error = %s", egl_error_str());
242 LOG_ALWAYS_FATAL("Failed to make current on surface %p, error=%s",
277 LOG_ALWAYS_FATAL("Encountered EGL error %d %s during rendering",
H A DRenderThread.cpp153 LOG_ALWAYS_FATAL("Can't destroy the render thread");
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp70 LOG_ALWAYS_FATAL("can't query EGLConfig RENDERABLE_TYPE");
78 LOG_ALWAYS_FATAL("no supported EGL_RENDERABLE_TYPEs");
419 LOG_ALWAYS_FATAL("no suitable EGLConfig found, giving up");
/frameworks/base/core/jni/
H A Dandroid_os_MessageQueue.cpp90 LOG_ALWAYS_FATAL("raiseException() was called when not in a callback, exiting.");
H A Dandroid_view_RenderNodeAnimator.cpp51 LOG_ALWAYS_FATAL("Lifecycle failure, nStart(%p) wasn't called", animator);
H A Dandroid_view_ThreadedRenderer.cpp55 LOG_ALWAYS_FATAL("Failed to get JNIEnv for JavaVM: %p", vm);
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp275 LOG_ALWAYS_FATAL("bad color format %#x", mColorFormat);
/frameworks/native/opengl/libs/EGL/
H A Degl.cpp221 LOG_ALWAYS_FATAL(error);
/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp216 LOG_ALWAYS_FATAL("obtainBuffer() timeout=%d", timeout);
453 LOG_ALWAYS_FATAL("waitStreamEndDone() timeout=%d", timeout);
494 LOG_ALWAYS_FATAL("static flush");
/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp94 LOG_ALWAYS_FATAL("Shouldn't be here");
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp246 LOG_ALWAYS_FATAL("eglSwapBuffers(%p, %p) failed with 0x%08x",
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterfaceImpl.cpp297 LOG_ALWAYS_FATAL("getInputForAttr() encountered an invalid input type %d",
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp735 LOG_ALWAYS_FATAL("onCallbackEvent unknown event type %d", event->mType);

Completed in 7438 milliseconds

12