Home
last modified time | relevance | path

Searched defs:dequeueBuffer (Results 1 – 25 of 25) sorted by relevance

/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/
H A DImageConsumer.cpp30 sp<GraphicBuffer> ImageConsumer::dequeueBuffer(int* outSlotid, android_dataspace* outDataspace, in dequeueBuffer() function in android::ImageConsumer
H A DSurfaceTexture.cpp466 sp<GraphicBuffer> SurfaceTexture::dequeueBuffer(int* outSlotid, android_dataspace* outDataspace, in dequeueBuffer() function in android::SurfaceTexture
/aosp12/hardware/google/graphics/common/libhwjpeg/
H A DLibScalerForJpeg.h78 bool dequeueBuffer() { return mDevice.dequeueBuffer(bufferType, memoryType); } in dequeueBuffer() function
H A DLibScalerForJpeg.cpp234 bool LibScalerForJpeg::Device::dequeueBuffer(unsigned int buftype, unsigned int memtype) in dequeueBuffer() function in LibScalerForJpeg::Device
/aosp12/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayWriteback.cpp165 bool Writeback::dequeueBuffer() { in dequeueBuffer() function in overlay::Writeback
/aosp12/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayWriteback.cpp161 bool Writeback::dequeueBuffer() { in dequeueBuffer() function in overlay::Writeback
/aosp12/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayWriteback.cpp161 bool Writeback::dequeueBuffer() { in dequeueBuffer() function in overlay::Writeback
/aosp12/frameworks/native/libs/gui/tests/
H A DMalicious.cpp40 status_t dequeueBuffer(int* slot, sp<Fence>* fence, uint32_t w, uint32_t h, PixelFormat format, in dequeueBuffer() function in android::test::ProxyBQP
112 status_t dequeueBuffer(int* buf, sp<Fence>* fence, uint32_t width, uint32_t height, in dequeueBuffer() function in android::test::MaliciousBQP
H A DIGraphicBufferProducer_test.cpp244 status_t dequeueBuffer(uint32_t w, uint32_t h, uint32_t format, uint32_t usage, in dequeueBuffer() function in android::IGraphicBufferProducerTest
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp327 status_t VirtualDisplaySurface::dequeueBuffer(Source source, in dequeueBuffer() function in android::VirtualDisplaySurface
378 status_t VirtualDisplaySurface::dequeueBuffer(int* pslot, sp<Fence>* fence, uint32_t w, uint32_t h, in dequeueBuffer() function in android::VirtualDisplaySurface
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DRenderSurface.cpp150 std::shared_ptr<renderengine::ExternalTexture> RenderSurface::dequeueBuffer( in dequeueBuffer() function in android::compositionengine::impl::RenderSurface
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DReliableSurface.cpp176 ANativeWindow_dequeueBufferFn dequeueBuffer, void* data, in hook_dequeueBuffer()
/aosp12/frameworks/native/services/surfaceflinger/
H A DMonitoredProducer.cpp57 status_t MonitoredProducer::dequeueBuffer(int* slot, sp<Fence>* fence, uint32_t w, uint32_t h, in dequeueBuffer() function in android::MonitoredProducer
/aosp12/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/
H A DWGraphicBufferProducer.h89 Return<void> dequeueBuffer( in dequeueBuffer() function
/aosp12/frameworks/native/libs/gui/bufferqueue/2.0/
H A DB2HGraphicBufferProducer.cpp106 Return<void> B2HGraphicBufferProducer::dequeueBuffer( in dequeueBuffer() function in android::hardware::graphics::bufferqueue::V2_0::utils::B2HGraphicBufferProducer
H A DH2BGraphicBufferProducer.cpp140 status_t H2BGraphicBufferProducer::dequeueBuffer( in dequeueBuffer() function in android::hardware::graphics::bufferqueue::V2_0::utils::H2BGraphicBufferProducer
/aosp12/frameworks/native/libs/gui/
H A DBufferHubProducer.cpp135 status_t BufferHubProducer::dequeueBuffer(int* out_slot, sp<Fence>* out_fence, uint32_t width, in dequeueBuffer() function in android::BufferHubProducer
H A DIGraphicBufferProducer.cpp167 virtual status_t dequeueBuffer(int* buf, sp<Fence>* fence, uint32_t width, uint32_t height, in dequeueBuffer() function in android::BpGraphicBufferProducer
799 status_t dequeueBuffer(int* slot, sp<Fence>* fence, uint32_t w, uint32_t h, PixelFormat format, in dequeueBuffer() function in android::HpGraphicBufferProducer
H A DBufferQueueProducer.cpp379 status_t BufferQueueProducer::dequeueBuffer(int* outSlot, sp<android::Fence>* outFence, in dequeueBuffer() function in android::BufferQueueProducer
H A DSurface.cpp631 int Surface::dequeueBuffer(android_native_buffer_t** buffer, int* fenceFd) { in dequeueBuffer() function in android::Surface
/aosp12/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h510 int (*dequeueBuffer)(struct ANativeWindow* window, member
/aosp12/frameworks/av/media/codec2/vndk/platform/
H A DC2BqBuffer.cpp238 c2_status_t dequeueBuffer( in dequeueBuffer() function in C2BufferQueueBlockPool::Impl
/aosp12/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp999 status_t H2BGraphicBufferProducer::dequeueBuffer(int* slot, sp<Fence>* fence, uint32_t w, in dequeueBuffer() function in android::hardware::graphics::bufferqueue::V1_0::utils::H2BGraphicBufferProducer
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraMem.cpp2129 int32_t QCameraGrallocMemory::dequeueBuffer() in dequeueBuffer() function in qcamera::QCameraGrallocMemory
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp454 Return<void> PreviewWindowCb::dequeueBuffer(dequeueBuffer_cb _hidl_cb) { in dequeueBuffer() function in PreviewWindowCb