Searched refs:mBufferPoolManager (Results 1 – 1 of 1) sorted by relevance
643 mBufferPoolManager(ClientManager::getInstance()), in Impl()645 if (mAllocator && mBufferPoolManager) { in Impl()646 if (mBufferPoolManager->create( in Impl()656 mBufferPoolManager->close(mConnectionId); in ~Impl()671 ResultStatus status = mBufferPoolManager->allocate( in fetchLinearBlock()704 ResultStatus status = mBufferPoolManager->allocate( in fetchGraphicBlock()733 const android::sp<ClientManager> mBufferPoolManager; member in C2PooledBlockPool::Impl