Home
last modified time | relevance | path

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

123456

/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerService.cpp56 LOG_ALWAYS_FATAL("failed to initialize ComposerClient"); in createClient()
85 LOG_ALWAYS_FATAL("failed to initialize ComposerClient"); in createClient()
112 LOG_ALWAYS_FATAL("createClient called on FakeComposerService_2_3"); in createClient()
114 LOG_ALWAYS_FATAL("failed to initialize ComposerClient"); in createClient()
123 LOG_ALWAYS_FATAL("failed to initialize ComposerClient"); in createClient_2_3()
150 LOG_ALWAYS_FATAL("createClient called on FakeComposerService_2_4"); in createClient()
152 LOG_ALWAYS_FATAL("failed to initialize ComposerClient"); in createClient()
159 LOG_ALWAYS_FATAL("createClient_2_3 called on FakeComposerService_2_4"); in createClient_2_3()
161 LOG_ALWAYS_FATAL("failed to initialize ComposerClient"); in createClient_2_3()
170 LOG_ALWAYS_FATAL("failed to initialize ComposerClient"); in createClient_2_4()
/frameworks/base/libs/hwui/canvas/
DCanvasOpBuffer.cpp35 LOG_ALWAYS_FATAL("TODO"); in output()
41 LOG_ALWAYS_FATAL("TODO"); in prepareListAndChildren()
46 LOG_ALWAYS_FATAL("TODO"); in syncContents()
50 LOG_ALWAYS_FATAL("TODO"); in onRemovedFromTree()
54 LOG_ALWAYS_FATAL("TODO"); in applyColorTransform()
DCanvasOpRasterizer.cpp44 LOG_ALWAYS_FATAL("TODO, unable to rasterize %d", static_cast<int>(T)); in rasterizeCanvasBuffer()
/frameworks/base/libs/hwui/
DDeviceInfo.cpp50 LOG_ALWAYS_FATAL("Failed to acquire physical displays for WCG support!"); in updateDisplayInfo()
69 LOG_ALWAYS_FATAL("Unreachable: unsupported pixel format: %d", pixelFormat); in updateDisplayInfo()
75 LOG_ALWAYS_FATAL("Failed to find a valid physical display for WCG support!"); in updateDisplayInfo()
101 LOG_ALWAYS_FATAL("Unreachable: unsupported wide color space."); in setWideColorDataspace()
DVectorDrawable.cpp219 LOG_ALWAYS_FATAL("Properties needs exactly %d bytes, a byte array of size %d is provided", in copyProperties()
236 LOG_ALWAYS_FATAL( in setColorPropertyValue()
265 LOG_ALWAYS_FATAL("Invalid property id: %d for animation", propertyId); in setPropertyValue()
337 LOG_ALWAYS_FATAL("Properties needs exactly %d bytes, a byte array of size %d is provided", in copyProperties()
367 LOG_ALWAYS_FATAL("Invalid property index: %d", propertyId); in getPropertyValue()
398 LOG_ALWAYS_FATAL("Invalid property index: %d", propertyId); in setPropertyValue()
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()
224 LOG_ALWAYS_FATAL("Tried to compute transform with an invalid type: %d", in computeTransformImpl()
DSkiaCanvas.h54 LOG_ALWAYS_FATAL("SkiaCanvas cannot be reset as a recording canvas"); in resetRecording()
58 LOG_ALWAYS_FATAL("SkiaCanvas does not produce a DisplayList"); in finishRecording()
61 LOG_ALWAYS_FATAL("SkiaCanvas does not support enableZ"); in enableZ()
/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/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/libaudioprocessing/
DAudioMixerBase.cpp405 LOG_ALWAYS_FATAL("setParameter track: bad param %d", param); in setParameter()
429 LOG_ALWAYS_FATAL("setParameter resample: bad param %d", param); in setParameter()
462 LOG_ALWAYS_FATAL("setParameter volume: bad param %d", param); in setParameter()
468 LOG_ALWAYS_FATAL("setParameter: bad target %d", target); in setParameter()
1286 LOG_ALWAYS_FATAL("bad mixer format: %d", t->mMixerFormat); in process__oneTrack16BitsStereoNoResampling()
1552 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat()
1565 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat); in convertMixerFormat()
1570 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in convertMixerFormat()
1592 LOG_ALWAYS_FATAL("bad trackType: %d", trackType); in getTrackHook()
1609 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat); in getTrackHook()
[all …]
/frameworks/base/libs/hwui/jni/
DUtils.cpp158 LOG_ALWAYS_FATAL("Failed to get JNIEnv for JavaVM: %p", jvm); in get_env_or_die()
167 LOG_ALWAYS_FATAL("Failed to AttachCurrentThread!"); in requireEnv()
Dandroid_graphics_HardwareRendererObserver.cpp33 LOG_ALWAYS_FATAL("Failed to get JNIEnv for JavaVM: %p", vm); in getenv()
95 LOG_ALWAYS_FATAL("Unable to get Java VM"); in android_graphics_HardwareRendererObserver_createObserver()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp146 LOG_ALWAYS_FATAL("Unsupported wide color space."); in initialize()
287 LOG_ALWAYS_FATAL("Failed to choose config, error = %s", eglErrorString()); in loadConfigs()
396 LOG_ALWAYS_FATAL("Unreachable: unsupported wide color space."); in createSurface()
465 LOG_ALWAYS_FATAL("Failed to make current on surface %p, error=%s", (void*)surface, in makeCurrent()
508 LOG_ALWAYS_FATAL("Failed to set damage region on surface %p, error=%s", in damageFrame()
541 LOG_ALWAYS_FATAL("Encountered EGL error %d %s during rendering", err, egl_error_str(err)); in swapBuffers()
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DADebug.h79 LOG_ALWAYS_FATAL("%s", ___full.c_str()); \
93 LOG_ALWAYS_FATAL( \
/frameworks/av/media/ndk/
DNdkImage.cpp44 LOG_ALWAYS_FATAL( in ~AImage()
162 LOG_ALWAYS_FATAL("%s: AImage %p has no buffer.", __FUNCTION__, this); in lockImage()
196 LOG_ALWAYS_FATAL("%s: fenceFd cannot be null.", __FUNCTION__); in unlockImageIfLocked()
201 LOG_ALWAYS_FATAL("%s: AImage %p has no buffer.", __FUNCTION__, this); in unlockImageIfLocked()
370 LOG_ALWAYS_FATAL("Error: buffer is null"); in getJpegSize()
612 LOG_ALWAYS_FATAL("Image close failed!"); in AImage_deleteAsync()
/frameworks/av/services/audioflinger/
DFastCaptureState.cpp42 LOG_ALWAYS_FATAL("%s", __func__); in commandToString()
/frameworks/native/services/surfaceflinger/Scheduler/
DOneShotTimer.cpp99 LOG_ALWAYS_FATAL("%s", ss.str().c_str()); in loop()
128 LOG_ALWAYS_FATAL("%s", ss.str().c_str()); in loop()
/frameworks/av/media/libaudioprocessing/tests/
Dmixerops_objdump.cpp20 #define LOG_ALWAYS_FATAL(...) macro
/frameworks/native/libs/binder/
DLazyServiceRegistrar.cpp175LOG_ALWAYS_FATAL("Got callback on service which we did not register: %s", String8(service->getInte… in assertRegisteredService()
213 LOG_ALWAYS_FATAL("Bad state: could not re-register services"); in reRegisterLocked()
247 LOG_ALWAYS_FATAL("Process already thought %s had clients: %d but servicemanager has " in onClients()
/frameworks/av/media/libaaudio/src/binding/
DAAudioBinderClient.h169 LOG_ALWAYS_FATAL("Shouldn't get here"); in startClient()
176 LOG_ALWAYS_FATAL("Shouldn't get here"); in stopClient()
/frameworks/native/libs/renderengine/skia/filters/
DBlurFilter.cpp58 LOG_ALWAYS_FATAL("RuntimeShader error: %s", error.c_str()); in BlurFilter()
74 LOG_ALWAYS_FATAL("RuntimeShader error: %s", mixError.c_str()); in BlurFilter()
/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/native/libs/attestation/
DHmacKeyManager.cpp27 LOG_ALWAYS_FATAL("Can't generate HMAC key"); in getRandomKey()
/frameworks/native/services/surfaceflinger/
DDisplayIdGenerator.h54 LOG_ALWAYS_FATAL("Couldn't generate ID after %d attempts", kMaxAttempts); in generateId()

123456