/frameworks/base/libs/hwui/debug/ |
D | FatalBaseDriver.cpp | 27 #define CALL_GL_API(x, ...) LOG_ALWAYS_FATAL("Not Implemented"); 29 LOG_ALWAYS_FATAL("Not Implemented"); \
|
/frameworks/wilhelm/src/ |
D | assert.cpp | 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/media/libaudioprocessing/ |
D | AudioMixerOps.h | 153 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);
|
D | AudioMixer.cpp | 728 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/ |
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/libs/hwui/renderthread/ |
D | EglManager.cpp | 144 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()
|
D | RenderThread.cpp | 152 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/ |
D | NdkImage.cpp | 43 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/ |
D | DeviceInfo.cpp | 113 LOG_ALWAYS_FATAL("Unreachable: unsupported wide color space."); in queryWideColorGamutPreference() 123 LOG_ALWAYS_FATAL("Unreachable: unsupported pixel format."); in queryWideColorGamutPreference()
|
D | VectorDrawable.cpp | 214 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()
|
D | SkiaCanvas.h | 51 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()
|
D | DamageAccumulator.cpp | 70 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()
|
D | Animator.cpp | 149 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/ |
D | VkFunctorDrawable.cpp | 55 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/ |
D | ADebug.h | 79 LOG_ALWAYS_FATAL("%s", ___full.c_str()); \ 93 LOG_ALWAYS_FATAL( \
|
/frameworks/av/services/audioflinger/ |
D | FastCaptureState.cpp | 42 LOG_ALWAYS_FATAL("%s", __func__); in commandToString()
|
D | FastMixerState.cpp | 68 LOG_ALWAYS_FATAL("%s", __func__); in commandToString()
|
/frameworks/av/media/libaudiohal/impl/ |
D | ConversionHelperHidl.cpp | 150 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/ |
D | FakeComposerService.cpp | 50 LOG_ALWAYS_FATAL("failed to initialize ComposerClient"); in createClient()
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/ |
D | Stream.cpp | 35 LOG_ALWAYS_FATAL("Invalid Stream type name: %s, invalid XML structure file", name.c_str()); in Stream()
|
D | InputSource.cpp | 40 LOG_ALWAYS_FATAL("Invalid Input Source name: %s, invalid XML structure file", name.c_str()); in InputSource()
|
/frameworks/base/cmds/app_process/ |
D | app_main.cpp | 315 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/ |
D | TimeCheck.cpp | 88 LOG_ALWAYS_FATAL("TimeCheck timeout for %s", tag); in threadLoop()
|
/frameworks/base/libs/hwui/hwui/ |
D | Bitmap.cpp | 54 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/ |
D | IConsumerListener.cpp | 68 LOG_ALWAYS_FATAL("IConsumerListener::addAndGetFrameTimestamps cannot be proxied"); in addAndGetFrameTimestamps()
|