Searched refs:allowAllocation (Results 1 – 3 of 3) sorted by relevance
501 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::Impl948 const auto status = mProducer->allowAllocation(allow); in allowAllocation()
218 status_t H2BGraphicBufferProducer::allowAllocation(bool allow) { in allowAllocation() function in android::H2BGraphicBufferProducer220 Return<HStatus> transResult = mBase->allowAllocation(allow); in allowAllocation()
35 status_t allowAllocation(bool allow);