Searched refs:_C2BufferPoolAllocator (Results 1 – 1 of 1) sorted by relevance
459 class _C2BufferPoolAllocator : public BufferPoolAllocator { class461 _C2BufferPoolAllocator(const std::shared_ptr<C2Allocator> &allocator) in _C2BufferPoolAllocator() function in _C2BufferPoolAllocator464 ~_C2BufferPoolAllocator() override {} in ~_C2BufferPoolAllocator()562 ResultStatus _C2BufferPoolAllocator::allocate( in allocate()619 bool _C2BufferPoolAllocator::compatible( in compatible()640 void _C2BufferPoolAllocator::getLinearParams( in getLinearParams()646 void _C2BufferPoolAllocator::getGraphicParams( in getGraphicParams()653 c2_status_t _C2BufferPoolAllocator::priorLinearAllocation( in priorLinearAllocation()659 c2_status_t _C2BufferPoolAllocator::priorGraphicAllocation( in priorGraphicAllocation()670 mAllocator(std::make_shared<_C2BufferPoolAllocator>(allocator)) { in Impl()[all …]