Searched refs:LOG_ALWAYS_FATAL (Results 26 - 50 of 73) sorted by relevance

123

/frameworks/native/libs/ui/
H A DGralloc2.cpp38 LOG_ALWAYS_FATAL("gralloc-mapper must be in passthrough mode");
202 LOG_ALWAYS_FATAL("gralloc-alloc is missing");
/frameworks/base/libs/hwui/hwui/
H A DBitmap.cpp59 LOG_ALWAYS_FATAL("unknown bitmap configuration");
111 LOG_ALWAYS_FATAL("Unsupported bitmap colorType: %d", internalFormat);
202 LOG_ALWAYS_FATAL("Could not create sync fence %#x", eglGetError());
210 LOG_ALWAYS_FATAL("Failed to wait for the fence %#x", eglGetError());
272 LOG_ALWAYS_FATAL("trying to allocate too large bitmap");
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp82 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t) renderType);
99 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t) renderType);
118 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t) renderType);
134 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t) renderType);
259 LOG_ALWAYS_FATAL("unexpected result %d from IRenderPipeline::makeCurrent",
H A DRenderThread.cpp174 LOG_ALWAYS_FATAL("Can't destroy the render thread");
219 LOG_ALWAYS_FATAL("canvas context type %d not supported", (int32_t) renderType);
/frameworks/av/media/libaudioprocessing/
H A DAudioMixer.cpp674 LOG_ALWAYS_FATAL("setParameter track: bad param %d", param);
699 LOG_ALWAYS_FATAL("setParameter resample: bad param %d", param);
730 LOG_ALWAYS_FATAL("setParameter volume: bad param %d", param);
753 LOG_ALWAYS_FATAL("setParameter timestretch: bad param %d", param);
758 LOG_ALWAYS_FATAL("setParameter: bad target %d", target);
1672 LOG_ALWAYS_FATAL("bad mixer format: %d", t.mMixerFormat);
1944 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat);
1958 LOG_ALWAYS_FATAL("bad mixerOutFormat: %#x", mixerOutFormat);
1963 LOG_ALWAYS_FATAL("bad mixerInFormat: %#x", mixerInFormat);
1984 LOG_ALWAYS_FATAL("ba
[all...]
H A DAudioResampler.cpp274 LOG_ALWAYS_FATAL("Unsupported sample format %d quality %d channels",
278 LOG_ALWAYS_FATAL("Unsupported sample rate %d Hz", sampleRate);
332 LOG_ALWAYS_FATAL("invalid channel count: %d", mChannelCount);
H A DAudioResamplerCubic.cpp48 LOG_ALWAYS_FATAL("invalid channel count: %d", mChannelCount);
H A DBufferProviders.cpp501 LOG_ALWAYS_FATAL("Releasing more frames(%zu) than available(%zu)",
591 LOG_ALWAYS_FATAL("invalid format %#x for TimestretchBufferProvider", mFormat);
/frameworks/base/libs/hwui/
H A DAnimator.cpp149 LOG_ALWAYS_FATAL("Invalid staging request: %d", static_cast<int>(request));
424 LOG_ALWAYS_FATAL("Unknown field %d", (int) mField);
442 LOG_ALWAYS_FATAL("Unknown field %d", (int) mField);
H A DPixelBuffer.cpp114 LOG_ALWAYS_FATAL("Failed to map PBO");
H A DTexture.cpp50 LOG_ALWAYS_FATAL("UNKNOWN FORMAT 0x%x", glFormat);
242 LOG_ALWAYS_FATAL("Unsupported bitmap colorType: %d", colorType);
H A DGlopBuilder.cpp298 LOG_ALWAYS_FATAL("unsupported ColorFilter");
594 LOG_ALWAYS_FATAL("VBO and alpha attributes are not currently compatible");
598 LOG_ALWAYS_FATAL("Texture transform incorrectly specified");
H A DSkiaCanvas.cpp766 LOG_ALWAYS_FATAL("SkiaCanvas can't directly draw Layers");
770 LOG_ALWAYS_FATAL("SkiaCanvas can't directly draw RenderNodes");
775 LOG_ALWAYS_FATAL("SkiaCanvas can't directly draw GL Content");
H A DRecordingCanvas.h89 LOG_ALWAYS_FATAL("RecordingCanvas is not backed by a bitmap.");
/frameworks/native/opengl/libs/EGL/
H A Degl.cpp62 LOG_ALWAYS_FATAL(error);
/frameworks/base/services/core/jni/
H A Dcom_android_server_AlarmManagerService.cpp310 LOG_ALWAYS_FATAL("kernel does not support timerfd_create() with alarm timers");
316 LOG_ALWAYS_FATAL("kernel does not support timerfd_create(CLOCK_BOOTTIME)");
/frameworks/base/core/jni/
H A Dandroid_os_MessageQueue.cpp102 LOG_ALWAYS_FATAL("raiseException() was called when not in a callback, exiting.");
H A Dandroid_view_DisplayListCanvas.cpp49 LOG_ALWAYS_FATAL("Failed to get JNIEnv for JavaVM: %p", vm);
H A Dandroid_view_RenderNodeAnimator.cpp51 LOG_ALWAYS_FATAL("Lifecycle failure, nStart(%p) wasn't called", animator);
/frameworks/native/libs/binder/
H A DProcessState.cpp87 LOG_ALWAYS_FATAL("ProcessState was already initialized.");
/frameworks/av/media/libaudioclient/
H A DAudioTrackShared.cpp269 LOG_ALWAYS_FATAL("obtainBuffer() timeout=%d", timeout);
491 LOG_ALWAYS_FATAL("waitStreamEndDone() timeout=%d", timeout);
535 LOG_ALWAYS_FATAL("static flush");
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp355 LOG_ALWAYS_FATAL("bad color format %#x", mColorFormat);
/frameworks/base/libs/hwui/service/
H A DGraphicsStatsService.cpp113 LOG_ALWAYS_FATAL("Histogram size mismatch, proto is %d expected %d",
/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_producer.cpp243 LOG_ALWAYS_FATAL("BufferHubQueueProducer::attachBuffer not supported.");
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp797 LOG_ALWAYS_FATAL("onCallbackEvent unknown event type %d", event->mType);
1067 LOG_ALWAYS_FATAL("onCallbackEvent unknown event type %d", event->mType);

Completed in 4122 milliseconds

123