Searched defs:bufferPool (Results 1 – 7 of 7) sorted by relevance
35 std::shared_ptr<IBufferPool> bufferPool = nullptr; in GenerateBufferPoolId() local50 std::shared_ptr<IBufferPool> bufferPool = std::make_shared<BufferPool>(); in GetBufferPool() local
34 std::shared_ptr<IBufferPool> bufferPool; member
161 std::shared_ptr<IBufferPool> bufferPool = manager->GetBufferPool(bufferPoolId); variable202 std::shared_ptr<IBufferPool> bufferPool = manager->GetBufferPool(bufferPoolId); variable220 std::shared_ptr<IBufferPool> bufferPool = manager->GetBufferPool(bufferPoolId); variable273 std::shared_ptr<IBufferPool> bufferPool = manager->GetBufferPool(bufferPoolId); variable709 auto bufferPool = localStream_->stream_->GetBufferPool(); in CollectBuffers() local
179 std::shared_ptr<IBufferPool> bufferPool = bufferManager->GetBufferPool(poolId); in CopyBuffer() local
195 auto bufferPool = bufferManager->GetBufferPool(it->GetPoolId()); in DeliverCacheCheck() local
189 auto bufferPool = bufferManager->GetBufferPool(id); in GetOutputBuffer() local
114 auto bufferPool = context_->bufferPool; in ReturnBuffer() local