Home
last modified time | relevance | path

Searched refs:LOG_ALWAYS_FATAL (Results 1 – 25 of 74) sorted by relevance

123

/frameworks/base/libs/hwui/debug/
DFatalBaseDriver.cpp27 #define CALL_GL_API(x, ...) LOG_ALWAYS_FATAL("Not Implemented");
29 LOG_ALWAYS_FATAL("Not Implemented"); \
/frameworks/wilhelm/src/
Dassert.cpp26 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/media/libaudioprocessing/
DAudioMixerOps.h153 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);
DAudioMixer.cpp673 LOG_ALWAYS_FATAL("setParameter track: bad param %d", param); in setParameter()
698 LOG_ALWAYS_FATAL("setParameter resample: bad param %d", param); in setParameter()
729 LOG_ALWAYS_FATAL("setParameter volume: bad param %d", param); in setParameter()
752 LOG_ALWAYS_FATAL("setParameter timestretch: bad param %d", param); in setParameter()
757 LOG_ALWAYS_FATAL("setParameter: bad target %d", target); in setParameter()
1671 LOG_ALWAYS_FATAL("bad mixer format: %d", t.mMixerFormat); in process__OneTrack16BitsStereoNoResampling()
1943 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat()
1957 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat()
1962 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in convertMixerFormat()
1983 LOG_ALWAYS_FATAL("bad trackType: %d", trackType); in getTrackHook()
[all …]
/frameworks/ex/framesequence/jni/utils/
Dlog.h193 #ifndef LOG_ALWAYS_FATAL
194 #define LOG_ALWAYS_FATAL(...) \ macro
217 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp204 LOG_ALWAYS_FATAL("Failed to choose config, error = %s", eglErrorString()); in loadConfigs()
226 LOG_ALWAYS_FATAL( in loadConfigs()
359 LOG_ALWAYS_FATAL("Failed to make current on surface %p, error=%s", in makeCurrent()
403 LOG_ALWAYS_FATAL("Failed to set damage region on surface %p, error=%s", in damageFrame()
438 LOG_ALWAYS_FATAL("Encountered EGL error %d %s during rendering", in swapBuffers()
DRenderThread.cpp178 LOG_ALWAYS_FATAL("Can't destroy the render thread"); in ~RenderThread()
235 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t) renderType); in dumpGraphicsMemory()
261 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t) renderType); in readback()
496 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t) renderType); in allocateHardwareBitmap()
DCanvasContext.cpp82 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t) renderType); in create()
99 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t) renderType); in destroyLayer()
118 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t) renderType); in invokeFunctor()
134 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t) renderType); in prepareToDraw()
264 LOG_ALWAYS_FATAL("unexpected result %d from IRenderPipeline::makeCurrent", in makeCurrent()
617 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t) renderType); in trimMemory()
DOpenGLPipeline.cpp359 LOG_ALWAYS_FATAL("Could not create sync fence %#x", eglGetError()); in uploadBitmapToGraphicBuffer()
367 LOG_ALWAYS_FATAL("Failed to wait for the fence %#x", eglGetError()); in uploadBitmapToGraphicBuffer()
387 LOG_ALWAYS_FATAL("Unsupported bitmap colorType: %d", internalFormat); in internalFormatToPixelFormat()
/frameworks/av/media/ndk/
DNdkImage.cpp43 LOG_ALWAYS_FATAL( in ~AImage()
64 LOG_ALWAYS_FATAL("%s: parent AImageReader closed without releasing image %p", in close()
177 LOG_ALWAYS_FATAL("%s: AImage %p has no buffer.", __FUNCTION__, this); in lockImage()
211 LOG_ALWAYS_FATAL("%s: fenceFd cannot be null.", __FUNCTION__); in unlockImageIfLocked()
216 LOG_ALWAYS_FATAL("%s: AImage %p has no buffer.", __FUNCTION__, this); in unlockImageIfLocked()
385 LOG_ALWAYS_FATAL("Error: buffer is null"); in getJpegSize()
627 LOG_ALWAYS_FATAL("Image close failed!"); in AImage_deleteAsync()
/frameworks/av/services/audioflinger/
DFastCaptureState.cpp42 LOG_ALWAYS_FATAL("%s", __func__); in commandToString()
DFastMixerState.cpp68 LOG_ALWAYS_FATAL("%s", __func__); in commandToString()
/frameworks/base/libs/hwui/
DVectorDrawable.cpp215 LOG_ALWAYS_FATAL("Properties needs exactly %d bytes, a byte array of size %d is provided", in copyProperties()
232 LOG_ALWAYS_FATAL("Error setting color property on FullPath: No valid property" in setColorPropertyValue()
259 LOG_ALWAYS_FATAL("Invalid property id: %d for animation", propertyId); in setPropertyValue()
331 LOG_ALWAYS_FATAL("Properties needs exactly %d bytes, a byte array of size %d is provided", in copyProperties()
361 LOG_ALWAYS_FATAL("Invalid property index: %d", propertyId); in getPropertyValue()
392 LOG_ALWAYS_FATAL("Invalid property index: %d", propertyId); in setPropertyValue()
DProgram.cpp67 LOG_ALWAYS_FATAL("Error while linking shaders"); in Program()
146 LOG_ALWAYS_FATAL("Shader info log: %s", log); in buildShader()
DSkiaCanvas.h55 LOG_ALWAYS_FATAL("SkiaCanvas cannot be reset as a recording canvas"); in resetRecording()
59 LOG_ALWAYS_FATAL("SkiaCanvas does not produce a DisplayList"); in finishRecording()
63 LOG_ALWAYS_FATAL("SkiaCanvas does not support reordering barriers"); in insertReorderBarrier()
DDamageAccumulator.cpp70 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()
DAnimator.cpp149 LOG_ALWAYS_FATAL("Invalid staging request: %d", static_cast<int>(request)); in resolveStagingRequest()
424 LOG_ALWAYS_FATAL("Unknown field %d", (int) mField); in getValue()
442 LOG_ALWAYS_FATAL("Unknown field %d", (int) mField); in setValue()
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DADebug.h94 LOG_ALWAYS_FATAL("%s", ___full.c_str()); \
115 LOG_ALWAYS_FATAL( \
/frameworks/native/services/surfaceflinger/RenderEngine/
DRenderEngine.cpp75 LOG_ALWAYS_FATAL("can't query EGLConfig RENDERABLE_TYPE"); in create()
83 LOG_ALWAYS_FATAL("no supported EGL_RENDERABLE_TYPEs"); in create()
134 LOG_ALWAYS_FATAL("SurfaceFlinger requires OpenGL ES 2.0 minimum to run."); in create()
426 LOG_ALWAYS_FATAL("no suitable EGLConfig found, giving up"); in chooseEglConfig()
/frameworks/av/media/libaudiohal/
DHalDeathHandlerHidl.cpp56 LOG_ALWAYS_FATAL("HAL server crashed, need to restart"); in serviceDied()
/frameworks/base/cmds/webview_zygote/
Dwebview_zygote.cpp62 LOG_ALWAYS_FATAL("PR_SET_NO_NEW_PRIVS failed: %s", strerror(errno)); in main()
/frameworks/native/libs/ui/
DGralloc2.cpp43 LOG_ALWAYS_FATAL("gralloc-mapper must be in passthrough mode"); in Mapper()
207 LOG_ALWAYS_FATAL("gralloc-alloc is missing"); in Allocator()
/frameworks/base/cmds/app_process/
Dapp_main.cpp329 LOG_ALWAYS_FATAL("app_process: Unable to determine ABI list from property %s.", in main()
356 LOG_ALWAYS_FATAL("app_process: no class name or --zygote supplied."); in main()
/frameworks/native/vulkan/libvulkan/
Dstubhal.cpp49 LOG_ALWAYS_FATAL("invalid stub function called"); in NoOp()
/frameworks/native/libs/gui/
DIConsumerListener.cpp68 LOG_ALWAYS_FATAL("IConsumerListener::addAndGetFrameTimestamps cannot be proxied"); in addAndGetFrameTimestamps()

123