Home
last modified time | relevance | path

Searched refs:LOG_ALWAYS_FATAL (Results 1 – 25 of 72) 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.cpp674 LOG_ALWAYS_FATAL("setParameter track: bad param %d", param); in setParameter()
699 LOG_ALWAYS_FATAL("setParameter resample: bad param %d", param); in setParameter()
730 LOG_ALWAYS_FATAL("setParameter volume: bad param %d", param); in setParameter()
753 LOG_ALWAYS_FATAL("setParameter timestretch: bad param %d", param); in setParameter()
758 LOG_ALWAYS_FATAL("setParameter: bad target %d", target); in setParameter()
1672 LOG_ALWAYS_FATAL("bad mixer format: %d", t.mMixerFormat); in process__OneTrack16BitsStereoNoResampling()
1944 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat()
1958 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat()
1963 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in convertMixerFormat()
1984 LOG_ALWAYS_FATAL("bad trackType: %d", trackType); in getTrackHook()
[all …]
DAudioResampler.cpp274 LOG_ALWAYS_FATAL("Unsupported sample format %d quality %d channels", in AudioResampler()
278 LOG_ALWAYS_FATAL("Unsupported sample rate %d Hz", sampleRate); in AudioResampler()
332 LOG_ALWAYS_FATAL("invalid channel count: %d", mChannelCount); in resample()
/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/av/media/ndk/
DNdkImage.cpp43 LOG_ALWAYS_FATAL( in ~AImage()
62 LOG_ALWAYS_FATAL("Error: AImage not closed before AImageReader close!"); in close()
175 LOG_ALWAYS_FATAL("%s: AImage %p has no buffer.", __FUNCTION__, this); in lockImage()
209 LOG_ALWAYS_FATAL("%s: fenceFd cannot be null.", __FUNCTION__); in unlockImageIfLocked()
214 LOG_ALWAYS_FATAL("%s: AImage %p has no buffer.", __FUNCTION__, this); in unlockImageIfLocked()
383 LOG_ALWAYS_FATAL("Error: buffer is null"); in getJpegSize()
625 LOG_ALWAYS_FATAL("Image close failed!"); in AImage_deleteAsync()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp188 LOG_ALWAYS_FATAL("Failed to choose config, error = %s", eglErrorString()); in loadConfig()
277 LOG_ALWAYS_FATAL("Failed to make current on surface %p, error=%s", in makeCurrent()
321 LOG_ALWAYS_FATAL("Failed to set damage region on surface %p, error=%s", in damageFrame()
356 LOG_ALWAYS_FATAL("Encountered EGL error %d %s during rendering", in swapBuffers()
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()
259 LOG_ALWAYS_FATAL("unexpected result %d from IRenderPipeline::makeCurrent", in makeCurrent()
/frameworks/base/libs/hwui/
DVectorDrawable.cpp214 LOG_ALWAYS_FATAL("Properties needs exactly %d bytes, a byte array of size %d is provided", in copyProperties()
231 LOG_ALWAYS_FATAL("Error setting color property on FullPath: No valid property" in setColorPropertyValue()
258 LOG_ALWAYS_FATAL("Invalid property id: %d for animation", propertyId); in setPropertyValue()
330 LOG_ALWAYS_FATAL("Properties needs exactly %d bytes, a byte array of size %d is provided", in copyProperties()
360 LOG_ALWAYS_FATAL("Invalid property index: %d", propertyId); in getPropertyValue()
391 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/services/audioflinger/
DFastCaptureState.cpp42 LOG_ALWAYS_FATAL("%s", __func__); in commandToString()
DFastMixerState.cpp68 LOG_ALWAYS_FATAL("%s", __func__); in commandToString()
/frameworks/av/media/libstagefright/include/foundation/
DADebug.h91 LOG_ALWAYS_FATAL("%s", ___full.c_str()); \
103 LOG_ALWAYS_FATAL( \
/frameworks/base/libs/hwui/hwui/
DBitmap.cpp59 LOG_ALWAYS_FATAL("unknown bitmap configuration"); in allocateBitmap()
111 LOG_ALWAYS_FATAL("Unsupported bitmap colorType: %d", internalFormat); in internalFormatToPixelFormat()
202 LOG_ALWAYS_FATAL("Could not create sync fence %#x", eglGetError()); in uploadBitmapToGraphicBuffer()
210 LOG_ALWAYS_FATAL("Failed to wait for the fence %#x", eglGetError()); in uploadBitmapToGraphicBuffer()
272 LOG_ALWAYS_FATAL("trying to allocate too large bitmap"); in allocateHeapBitmap()
/frameworks/av/media/libaudiohal/
DHalDeathHandlerHidl.cpp56 LOG_ALWAYS_FATAL("HAL server crashed, need to restart"); in serviceDied()
/frameworks/native/services/surfaceflinger/RenderEngine/
DRenderEngine.cpp71 LOG_ALWAYS_FATAL("can't query EGLConfig RENDERABLE_TYPE"); in create()
79 LOG_ALWAYS_FATAL("no supported EGL_RENDERABLE_TYPEs"); in create()
130 LOG_ALWAYS_FATAL("SurfaceFlinger requires OpenGL ES 2.0 minimum to run."); in create()
421 LOG_ALWAYS_FATAL("no suitable EGLConfig found, giving up"); in chooseEglConfig()
/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.cpp38 LOG_ALWAYS_FATAL("gralloc-mapper must be in passthrough mode"); in Mapper()
202 LOG_ALWAYS_FATAL("gralloc-alloc is missing"); in Allocator()
/frameworks/base/cmds/app_process/
Dapp_main.cpp323 LOG_ALWAYS_FATAL("app_process: Unable to determine ABI list from property %s.", in main()
350 LOG_ALWAYS_FATAL("app_process: no class name or --zygote supplied."); in main()
/frameworks/native/libs/gui/
DIConsumerListener.cpp68 LOG_ALWAYS_FATAL("IConsumerListener::addAndGetFrameTimestamps cannot be proxied"); in addAndGetFrameTimestamps()
/frameworks/native/vulkan/libvulkan/
Dstubhal.cpp49 LOG_ALWAYS_FATAL("invalid stub function called"); in NoOp()

123