Home
last modified time | relevance | path

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

1234

/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",
320 LOG_ALWAYS_FATAL("invalid mixtype %d", MIXTYPE);
362 LOG_ALWAYS_FATAL("invalid mixtype %d", MIXTYPE);
408 LOG_ALWAYS_FATAL("invalid mixtype %d", MIXTYPE);
444 LOG_ALWAYS_FATAL("invalid mixtype %d", MIXTYPE);
DAudioMixer.cpp728 LOG_ALWAYS_FATAL("setParameter track: bad param %d", param); in setParameter()
752 LOG_ALWAYS_FATAL("setParameter resample: bad param %d", param); in setParameter()
785 LOG_ALWAYS_FATAL("setParameter volume: bad param %d", param); in setParameter()
808 LOG_ALWAYS_FATAL("setParameter timestretch: bad param %d", param); in setParameter()
813 LOG_ALWAYS_FATAL("setParameter: bad target %d", target); in setParameter()
1645 LOG_ALWAYS_FATAL("bad mixer format: %d", t->mMixerFormat); in process__oneTrack16BitsStereoNoResampling()
1881 LOG_ALWAYS_FATAL("bad mMixerFormat: %#x", t->mMixerFormat); in processHapticData()
1962 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat()
1975 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat()
1980 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in convertMixerFormat()
[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.cpp144 LOG_ALWAYS_FATAL("Unsupported wide color space."); in initialize()
250 LOG_ALWAYS_FATAL("Failed to choose config, error = %s", eglErrorString()); in loadConfigs()
338 LOG_ALWAYS_FATAL("Unreachable: unsupported wide color space."); in createSurface()
400 LOG_ALWAYS_FATAL("Failed to make current on surface %p, error=%s", (void*)surface, in makeCurrent()
443 LOG_ALWAYS_FATAL("Failed to set damage region on surface %p, error=%s", in damageFrame()
476 LOG_ALWAYS_FATAL("Encountered EGL error %d %s during rendering", err, egl_error_str(err)); in swapBuffers()
DRenderThread.cpp152 LOG_ALWAYS_FATAL("Can't destroy the render thread"); in ~RenderThread()
270 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t)renderType); in dumpGraphicsMemory()
413 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t)renderType); in allocateHardwareBitmap()
/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()
176 LOG_ALWAYS_FATAL("%s: AImage %p has no buffer.", __FUNCTION__, this); in lockImage()
210 LOG_ALWAYS_FATAL("%s: fenceFd cannot be null.", __FUNCTION__); in unlockImageIfLocked()
215 LOG_ALWAYS_FATAL("%s: AImage %p has no buffer.", __FUNCTION__, this); in unlockImageIfLocked()
384 LOG_ALWAYS_FATAL("Error: buffer is null"); in getJpegSize()
626 LOG_ALWAYS_FATAL("Image close failed!"); in AImage_deleteAsync()
/frameworks/base/libs/hwui/
DDeviceInfo.cpp113 LOG_ALWAYS_FATAL("Unreachable: unsupported wide color space."); in queryWideColorGamutPreference()
123 LOG_ALWAYS_FATAL("Unreachable: unsupported pixel format."); in queryWideColorGamutPreference()
DVectorDrawable.cpp214 LOG_ALWAYS_FATAL("Properties needs exactly %d bytes, a byte array of size %d is provided", in copyProperties()
231 LOG_ALWAYS_FATAL( in setColorPropertyValue()
260 LOG_ALWAYS_FATAL("Invalid property id: %d for animation", propertyId); in setPropertyValue()
332 LOG_ALWAYS_FATAL("Properties needs exactly %d bytes, a byte array of size %d is provided", in copyProperties()
362 LOG_ALWAYS_FATAL("Invalid property index: %d", propertyId); in getPropertyValue()
393 LOG_ALWAYS_FATAL("Invalid property index: %d", propertyId); in setPropertyValue()
DSkiaCanvas.h51 LOG_ALWAYS_FATAL("SkiaCanvas cannot be reset as a recording canvas"); in resetRecording()
55 LOG_ALWAYS_FATAL("SkiaCanvas does not produce a DisplayList"); in finishRecording()
59 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", in computeTransformImpl()
118 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()
419 LOG_ALWAYS_FATAL("Unknown field %d", (int)mField); in getValue()
437 LOG_ALWAYS_FATAL("Unknown field %d", (int)mField); in setValue()
/frameworks/base/libs/hwui/pipeline/skia/
DVkFunctorDrawable.cpp55 LOG_ALWAYS_FATAL("VkFunctorDrawHandler::draw not called on render thread"); in draw()
127 LOG_ALWAYS_FATAL("Not implemented"); in onSnapGpuDrawHandler()
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DADebug.h79 LOG_ALWAYS_FATAL("%s", ___full.c_str()); \
93 LOG_ALWAYS_FATAL( \
/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/libaudiohal/impl/
DConversionHelperHidl.cpp150 LOG_ALWAYS_FATAL("Unknown channelMappingToHal conversion %d", mapping); in channelMappingToHal()
165 LOG_ALWAYS_FATAL("Unknown locationToHal conversion %d", location); in locationToHal()
183 LOG_ALWAYS_FATAL("Unknown directionalityToHal conversion %d", dir); in directionalityToHal()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerService.cpp50 LOG_ALWAYS_FATAL("failed to initialize ComposerClient"); in createClient()
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
DStream.cpp35 LOG_ALWAYS_FATAL("Invalid Stream type name: %s, invalid XML structure file", name.c_str()); in Stream()
DInputSource.cpp40 LOG_ALWAYS_FATAL("Invalid Input Source name: %s, invalid XML structure file", name.c_str()); in InputSource()
/frameworks/base/cmds/app_process/
Dapp_main.cpp315 LOG_ALWAYS_FATAL("app_process: Unable to determine ABI list from property %s.", in main()
342 LOG_ALWAYS_FATAL("app_process: no class name or --zygote supplied."); in main()
/frameworks/av/media/utils/
DTimeCheck.cpp88 LOG_ALWAYS_FATAL("TimeCheck timeout for %s", tag); in threadLoop()
/frameworks/base/libs/hwui/hwui/
DBitmap.cpp54 LOG_ALWAYS_FATAL("unknown bitmap configuration"); in allocateBitmap()
110 LOG_ALWAYS_FATAL("trying to allocate too large bitmap"); in allocateHeapBitmap()
147 LOG_ALWAYS_FATAL("unknown bitmap configuration"); in createFrom()
/frameworks/native/libs/gui/
DIConsumerListener.cpp68 LOG_ALWAYS_FATAL("IConsumerListener::addAndGetFrameTimestamps cannot be proxied"); in addAndGetFrameTimestamps()

1234