/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/ |
H A D | ImageConsumer.cpp | 30 sp<GraphicBuffer> ImageConsumer::dequeueBuffer(int* outSlotid, android_dataspace* outDataspace, in dequeueBuffer() function in android::ImageConsumer
|
H A D | SurfaceTexture.cpp | 466 sp<GraphicBuffer> SurfaceTexture::dequeueBuffer(int* outSlotid, android_dataspace* outDataspace, in dequeueBuffer() function in android::SurfaceTexture
|
/aosp12/hardware/google/graphics/common/libhwjpeg/ |
H A D | LibScalerForJpeg.h | 78 bool dequeueBuffer() { return mDevice.dequeueBuffer(bufferType, memoryType); } in dequeueBuffer() function
|
H A D | LibScalerForJpeg.cpp | 234 bool LibScalerForJpeg::Device::dequeueBuffer(unsigned int buftype, unsigned int memtype) in dequeueBuffer() function in LibScalerForJpeg::Device
|
/aosp12/hardware/qcom/display/msm8994/liboverlay/ |
H A D | overlayWriteback.cpp | 165 bool Writeback::dequeueBuffer() { in dequeueBuffer() function in overlay::Writeback
|
/aosp12/hardware/qcom/display/msm8084/liboverlay/ |
H A D | overlayWriteback.cpp | 161 bool Writeback::dequeueBuffer() { in dequeueBuffer() function in overlay::Writeback
|
/aosp12/hardware/qcom/display/msm8226/liboverlay/ |
H A D | overlayWriteback.cpp | 161 bool Writeback::dequeueBuffer() { in dequeueBuffer() function in overlay::Writeback
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | Malicious.cpp | 40 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 D | IGraphicBufferProducer_test.cpp | 244 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 D | VirtualDisplaySurface.cpp | 327 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 D | RenderSurface.cpp | 150 std::shared_ptr<renderengine::ExternalTexture> RenderSurface::dequeueBuffer( in dequeueBuffer() function in android::compositionengine::impl::RenderSurface
|
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | ReliableSurface.cpp | 176 ANativeWindow_dequeueBufferFn dequeueBuffer, void* data, in hook_dequeueBuffer()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | MonitoredProducer.cpp | 57 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 D | WGraphicBufferProducer.h | 89 Return<void> dequeueBuffer( in dequeueBuffer() function
|
/aosp12/frameworks/native/libs/gui/bufferqueue/2.0/ |
H A D | B2HGraphicBufferProducer.cpp | 106 Return<void> B2HGraphicBufferProducer::dequeueBuffer( in dequeueBuffer() function in android::hardware::graphics::bufferqueue::V2_0::utils::B2HGraphicBufferProducer
|
H A D | H2BGraphicBufferProducer.cpp | 140 status_t H2BGraphicBufferProducer::dequeueBuffer( in dequeueBuffer() function in android::hardware::graphics::bufferqueue::V2_0::utils::H2BGraphicBufferProducer
|
/aosp12/frameworks/native/libs/gui/ |
H A D | BufferHubProducer.cpp | 135 status_t BufferHubProducer::dequeueBuffer(int* out_slot, sp<Fence>* out_fence, uint32_t width, in dequeueBuffer() function in android::BufferHubProducer
|
H A D | IGraphicBufferProducer.cpp | 167 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 D | BufferQueueProducer.cpp | 379 status_t BufferQueueProducer::dequeueBuffer(int* outSlot, sp<android::Fence>* outFence, in dequeueBuffer() function in android::BufferQueueProducer
|
H A D | Surface.cpp | 631 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 D | window.h | 510 int (*dequeueBuffer)(struct ANativeWindow* window, member
|
/aosp12/frameworks/av/media/codec2/vndk/platform/ |
H A D | C2BqBuffer.cpp | 238 c2_status_t dequeueBuffer( in dequeueBuffer() function in C2BufferQueueBlockPool::Impl
|
/aosp12/frameworks/native/libs/gui/bufferqueue/1.0/ |
H A D | H2BGraphicBufferProducer.cpp | 999 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 D | QCameraMem.cpp | 2129 int32_t QCameraGrallocMemory::dequeueBuffer() in dequeueBuffer() function in qcamera::QCameraGrallocMemory
|
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/ |
H A D | VtsHalCameraProviderV2_4TargetTest.cpp | 454 Return<void> PreviewWindowCb::dequeueBuffer(dequeueBuffer_cb _hidl_cb) { in dequeueBuffer() function in PreviewWindowCb
|