/frameworks/wilhelm/src/ |
D | assert.c | 26 LOG_ALWAYS_FATAL("assertion \"%s\" failed: file \"%s\", line %d", failedexpr, file, line); in __assert() 32 LOG_ALWAYS_FATAL("assertion \"%s\" failed: file \"%s\", line %d, function \"%s\"", in __assert2()
|
/frameworks/av/services/audioflinger/ |
D | AudioMixerOps.h | 156 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);
|
D | AudioMixer.cpp | 855 LOG_ALWAYS_FATAL("setParameter track: bad param %d", param); in setParameter() 880 LOG_ALWAYS_FATAL("setParameter resample: bad param %d", param); in setParameter() 911 LOG_ALWAYS_FATAL("setParameter volume: bad param %d", param); in setParameter() 917 LOG_ALWAYS_FATAL("setParameter: bad target %d", target); in setParameter() 1805 LOG_ALWAYS_FATAL("bad mixer format: %d", t.mMixerFormat); in process__OneTrack16BitsStereoNoResampling() 2092 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat() 2106 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat() 2111 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in convertMixerFormat() 2132 LOG_ALWAYS_FATAL("bad trackType: %d", trackType); in getTrackHook() 2149 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in getTrackHook() [all …]
|
D | AudioResampler.cpp | 273 LOG_ALWAYS_FATAL("Unsupported sample format %d quality %d channels", in AudioResampler() 277 LOG_ALWAYS_FATAL("Unsupported sample rate %d Hz", sampleRate); in AudioResampler()
|
D | Threads.cpp | 1816 LOG_ALWAYS_FATAL("HAL channel mask %#x not valid for output", mChannelMask); in readOutputParameters_l() 1820 LOG_ALWAYS_FATAL("HAL channel mask %#x not supported for mixed output", in readOutputParameters_l() 1827 LOG_ALWAYS_FATAL("HAL format %#x not valid for output", mFormat); in readOutputParameters_l() 3331 LOG_ALWAYS_FATAL("unexpected track state %d", track->mState); in prepareTracks_l() 3363 LOG_ALWAYS_FATAL("fast track %d should have been active", j); in prepareTracks_l() 5229 LOG_ALWAYS_FATAL("Unexpected activeTrackState %d", activeTrackState); in threadLoop() 6029 LOG_ALWAYS_FATAL("RecordThread::getNextBuffer() starved"); in getNextBuffer()
|
/frameworks/ex/framesequence/jni/utils/ |
D | log.h | 193 #ifndef LOG_ALWAYS_FATAL 194 #define LOG_ALWAYS_FATAL(...) \ macro 217 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)
|
/frameworks/base/cmds/app_process/ |
D | app_main.cpp | 192 LOG_ALWAYS_FATAL("PR_SET_NO_NEW_PRIVS failed: %s", strerror(errno)); in main() 285 LOG_ALWAYS_FATAL("app_process: Unable to determine ABI list from property %s.", in main() 313 LOG_ALWAYS_FATAL("app_process: no class name or --zygote supplied."); in main()
|
/frameworks/av/include/media/stagefright/foundation/ |
D | ADebug.h | 67 LOG_ALWAYS_FATAL("%s", ___full.c_str()); \ 79 LOG_ALWAYS_FATAL( \
|
/frameworks/base/libs/hwui/ |
D | SkiaShader.cpp | 174 LOG_ALWAYS_FATAL("SkiaLayerShader::setupProgram called on the wrong type of shader!"); in setupProgram() 258 LOG_ALWAYS_FATAL("SkiaBitmapShader::describe called with a different kind of shader!"); in describe() 268 LOG_ALWAYS_FATAL("SkiaBitmapShader::setupProgram called with a different kind of shader!"); in setupProgram() 425 LOG_ALWAYS_FATAL("Invalid SkShader gradient type %d", gradType); in setupProgram() 441 LOG_ALWAYS_FATAL("SkiaComposeShader::describe called on the wrong shader type!"); in describe() 458 LOG_ALWAYS_FATAL("SkiaComposeShader::setupProgram called on the wrong shader type!"); in setupProgram()
|
D | Program.cpp | 70 LOG_ALWAYS_FATAL("Error while linking shaders"); in Program() 149 LOG_ALWAYS_FATAL("Shader info log: %s", log); in buildShader()
|
D | DamageAccumulator.cpp | 70 LOG_ALWAYS_FATAL("Tried to compute transform with an invalid type: %d", currentFrame->type); in computeTransformImpl() 117 LOG_ALWAYS_FATAL("Tried to pop an invalid type: %d", dirtyFrame->type); in popTransform()
|
D | Animator.cpp | 278 LOG_ALWAYS_FATAL("Unknown field %d", (int) mField); in getValue() 296 LOG_ALWAYS_FATAL("Unknown field %d", (int) mField); in setValue()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 144 LOG_ALWAYS_FATAL("Failed to choose config, error = %s", egl_error_str()); in loadConfig() 242 LOG_ALWAYS_FATAL("Failed to make current on surface %p, error=%s", in makeCurrent() 277 LOG_ALWAYS_FATAL("Encountered EGL error %d %s during rendering", in swapBuffers()
|
D | RenderThread.cpp | 153 LOG_ALWAYS_FATAL("Can't destroy the render thread"); in ~RenderThread()
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | RenderEngine.cpp | 70 LOG_ALWAYS_FATAL("can't query EGLConfig RENDERABLE_TYPE"); in create() 78 LOG_ALWAYS_FATAL("no supported EGL_RENDERABLE_TYPEs"); in create() 419 LOG_ALWAYS_FATAL("no suitable EGLConfig found, giving up"); in chooseEglConfig()
|
/frameworks/base/core/jni/ |
D | android_os_MessageQueue.cpp | 90 LOG_ALWAYS_FATAL("raiseException() was called when not in a callback, exiting."); in raiseException()
|
D | android_view_RenderNodeAnimator.cpp | 51 LOG_ALWAYS_FATAL("Lifecycle failure, nStart(%p) wasn't called", animator); in onAnimationFinished()
|
D | android_view_ThreadedRenderer.cpp | 55 LOG_ALWAYS_FATAL("Failed to get JNIEnv for JavaVM: %p", vm); in getenv()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl.cpp | 221 LOG_ALWAYS_FATAL(error); in gl_no_context()
|
/frameworks/av/media/libmedia/ |
D | AudioTrackShared.cpp | 216 LOG_ALWAYS_FATAL("obtainBuffer() timeout=%d", timeout); in obtainBuffer() 453 LOG_ALWAYS_FATAL("waitStreamEndDone() timeout=%d", timeout); in waitStreamEndDone() 494 LOG_ALWAYS_FATAL("static flush"); in flush()
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 275 LOG_ALWAYS_FATAL("bad color format %#x", mColorFormat); in render()
|
/frameworks/native/services/surfaceflinger/ |
D | DisplayDevice.cpp | 246 LOG_ALWAYS_FATAL("eglSwapBuffers(%p, %p) failed with 0x%08x", in swapBuffers()
|
/frameworks/native/libs/gui/tests/ |
D | BufferQueue_test.cpp | 94 LOG_ALWAYS_FATAL("Shouldn't be here"); in TEST_F()
|
/frameworks/av/services/audiopolicy/ |
D | AudioPolicyInterfaceImpl.cpp | 297 LOG_ALWAYS_FATAL("getInputForAttr() encountered an invalid input type %d", in getInputForAttr()
|
/frameworks/av/services/soundtrigger/ |
D | SoundTriggerHwService.cpp | 735 LOG_ALWAYS_FATAL("onCallbackEvent unknown event type %d", event->mType); in onCallbackEvent()
|