Searched refs:_C2BufferPoolAllocator (Results 1 – 1 of 1) sorted by relevance
436 class _C2BufferPoolAllocator : public BufferPoolAllocator { class438 _C2BufferPoolAllocator(const std::shared_ptr<C2Allocator> &allocator) in _C2BufferPoolAllocator() function in _C2BufferPoolAllocator441 ~_C2BufferPoolAllocator() override {} in ~_C2BufferPoolAllocator()539 ResultStatus _C2BufferPoolAllocator::allocate( in allocate()596 bool _C2BufferPoolAllocator::compatible( in compatible()617 void _C2BufferPoolAllocator::getLinearParams( in getLinearParams()623 void _C2BufferPoolAllocator::getGraphicParams( in getGraphicParams()630 c2_status_t _C2BufferPoolAllocator::priorLinearAllocation( in priorLinearAllocation()636 c2_status_t _C2BufferPoolAllocator::priorGraphicAllocation( in priorGraphicAllocation()647 mAllocator(std::make_shared<_C2BufferPoolAllocator>(allocator)) { in Impl()[all …]