• Home
  • Raw
  • Download

Lines Matching refs:C2VdaBqBlockPool

452 class C2VdaBqBlockPool::Impl : public std::enable_shared_from_this<C2VdaBqBlockPool::Impl>,
455 using HGraphicBufferProducer = C2VdaBqBlockPool::HGraphicBufferProducer;
539 C2VdaBqBlockPool::Impl::Impl(const std::shared_ptr<C2Allocator>& allocator) in Impl()
542 c2_status_t C2VdaBqBlockPool::Impl::fetchGraphicBlock( in fetchGraphicBlock()
643 status_t C2VdaBqBlockPool::Impl::getFreeSlotLocked(uint32_t width, uint32_t height, uint32_t format, in getFreeSlotLocked()
690 void C2VdaBqBlockPool::Impl::onEventNotified() { in onEventNotified()
709 status_t C2VdaBqBlockPool::Impl::queryGenerationAndUsageLocked(uint32_t width, uint32_t height, in queryGenerationAndUsageLocked()
747 status_t C2VdaBqBlockPool::Impl::waitFence(slot_t slot, sp<Fence> fence) { in waitFence()
767 void C2VdaBqBlockPool::Impl::setRenderCallback( in setRenderCallback()
774 c2_status_t C2VdaBqBlockPool::Impl::requestNewBufferSet(int32_t bufferCount, uint32_t width, in requestNewBufferSet()
815 void C2VdaBqBlockPool::Impl::configureProducer(const sp<HGraphicBufferProducer>& producer) { in configureProducer()
905 bool C2VdaBqBlockPool::Impl::setNotifyBlockAvailableCb(::base::OnceClosure cb) { in setNotifyBlockAvailableCb()
932 std::optional<unique_id_t> C2VdaBqBlockPool::Impl::getBufferIdFromGraphicBlock( in getBufferIdFromGraphicBlock()
937 status_t C2VdaBqBlockPool::Impl::allowAllocation(bool allow) { in allowAllocation()
955 C2VdaBqBlockPool::C2VdaBqBlockPool(const std::shared_ptr<C2Allocator>& allocator, in C2VdaBqBlockPool() function in android::C2VdaBqBlockPool
959 c2_status_t C2VdaBqBlockPool::fetchGraphicBlock( in fetchGraphicBlock()
968 void C2VdaBqBlockPool::setRenderCallback( in setRenderCallback()
975 c2_status_t C2VdaBqBlockPool::requestNewBufferSet(int32_t bufferCount, uint32_t width, in requestNewBufferSet()
984 void C2VdaBqBlockPool::configureProducer(const sp<HGraphicBufferProducer>& producer) { in configureProducer()
990 bool C2VdaBqBlockPool::setNotifyBlockAvailableCb(::base::OnceClosure cb) { in setNotifyBlockAvailableCb()
997 std::optional<unique_id_t> C2VdaBqBlockPool::getBufferIdFromGraphicBlock(const C2Block2D& block) { in getBufferIdFromGraphicBlock()