Lines Matching refs:_C2BufferPoolAllocator
436 class _C2BufferPoolAllocator : public BufferPoolAllocator { class
438 _C2BufferPoolAllocator(const std::shared_ptr<C2Allocator> &allocator) in _C2BufferPoolAllocator() function in _C2BufferPoolAllocator
441 ~_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()
744 const std::shared_ptr<_C2BufferPoolAllocator> mAllocator;