Home
last modified time | relevance | path

Searched refs:allowAllocation (Results 1 – 3 of 3) sorted by relevance

/external/v4l2_codec2/plugin_store/
DC2VdaBqBlockPool.cpp501 status_t allowAllocation(bool allow);
584 const auto allocationStatus = allowAllocation(false); in fetchGraphicBlock()
603 const auto allocationStatus = allowAllocation(false); in fetchGraphicBlock()
797 const auto status = allowAllocation(true); in requestNewBufferSet()
849 if (allowAllocation(true) != OK) { in configureProducer()
886 if (allowAllocation(false) != OK) { in configureProducer()
937 status_t C2VdaBqBlockPool::Impl::allowAllocation(bool allow) { in allowAllocation() function in android::C2VdaBqBlockPool::Impl
948 const auto status = mProducer->allowAllocation(allow); in allowAllocation()
DH2BGraphicBufferProducer.cpp218 status_t H2BGraphicBufferProducer::allowAllocation(bool allow) { in allowAllocation() function in android::H2BGraphicBufferProducer
220 Return<HStatus> transResult = mBase->allowAllocation(allow); in allowAllocation()
/external/v4l2_codec2/plugin_store/include/v4l2_codec2/plugin_store/
DH2BGraphicBufferProducer.h35 status_t allowAllocation(bool allow);