Searched refs:H2BGraphicBufferProducer (Results 1 – 1 of 1) sorted by relevance
82 class H2BGraphicBufferProducer { class84 explicit H2BGraphicBufferProducer(sp<HGraphicBufferProducer> base) : mBase(base) {} in H2BGraphicBufferProducer() function in android::H2BGraphicBufferProducer85 ~H2BGraphicBufferProducer() = default;482 c2_status_t queryGenerationAndUsage(H2BGraphicBufferProducer* const producer, uint32_t width,488 bool switchProducer(H2BGraphicBufferProducer* const newProducer, uint64_t newProducerId);492 std::unique_ptr<H2BGraphicBufferProducer> mProducer;705 H2BGraphicBufferProducer* const producer, uint32_t width, uint32_t height, in queryGenerationAndUsage()843 auto newProducer = std::make_unique<H2BGraphicBufferProducer>(producer); in configureProducer()878 bool C2VdaBqBlockPool::Impl::switchProducer(H2BGraphicBufferProducer* const newProducer, in switchProducer()