Lines Matching refs:LocalBufferPool
48 const std::shared_ptr<LocalBufferPool> &localBufferPool) { in AllocateInputGraphicBuffer()
609 std::shared_ptr<LocalBufferPool> LocalBufferPool::Create() { in Create()
610 return std::shared_ptr<LocalBufferPool>(new LocalBufferPool(kInitialPoolCapacity)); in Create()
613 sp<ABuffer> LocalBufferPool::newBuffer(size_t capacity) { in newBuffer()
646 LocalBufferPool::VectorBuffer::VectorBuffer( in VectorBuffer()
647 std::vector<uint8_t> &&vec, const std::shared_ptr<LocalBufferPool> &pool) in VectorBuffer()
653 LocalBufferPool::VectorBuffer::~VectorBuffer() { in ~VectorBuffer()
654 std::shared_ptr<LocalBufferPool> pool = mPool.lock(); in ~VectorBuffer()
662 void LocalBufferPool::returnVector(std::vector<uint8_t> &&vec) { in returnVector()
1229 mLocalBufferPool(LocalBufferPool::Create()), in GraphicInputBuffers()
1421 lbp = LocalBufferPool::Create()] { in realloc()
1603 mLocalBufferPool(LocalBufferPool::Create()) { } in RawGraphicOutputBuffers()