Searched refs:mBufferPoolManager (Results 1 – 1 of 1) sorted by relevance
646 mBufferPoolManager(ClientManager::getInstance()), in Impl()648 if (mAllocator && mBufferPoolManager) { in Impl()649 if (mBufferPoolManager->create( in Impl()659 mBufferPoolManager->close(mConnectionId); in ~Impl()674 ResultStatus status = mBufferPoolManager->allocate( in fetchLinearBlock()710 ResultStatus status = mBufferPoolManager->allocate( in fetchGraphicBlock()742 const android::sp<ClientManager> mBufferPoolManager; member in C2PooledBlockPool::Impl