Searched refs:_C2BufferPoolAllocator (Results 1 – 1 of 1) sorted by relevance
554 class _C2BufferPoolAllocator : public bufferpool_impl::BufferPoolAllocator { class556 _C2BufferPoolAllocator(const std::shared_ptr<C2Allocator> &allocator) in _C2BufferPoolAllocator() function in _C2BufferPoolAllocator559 ~_C2BufferPoolAllocator() override {} in ~_C2BufferPoolAllocator()657 ResultStatus _C2BufferPoolAllocator::allocate( in allocate()716 bool _C2BufferPoolAllocator::compatible( in compatible()737 void _C2BufferPoolAllocator::getLinearParams( in getLinearParams()743 void _C2BufferPoolAllocator::getGraphicParams( in getGraphicParams()750 c2_status_t _C2BufferPoolAllocator::priorLinearAllocation( in priorLinearAllocation()756 c2_status_t _C2BufferPoolAllocator::priorGraphicAllocation( in priorGraphicAllocation()767 mAllocator(std::make_shared<_C2BufferPoolAllocator>(allocator)) { in Impl()[all …]