Home
last modified time | relevance | path

Searched refs:GetBufferPool (Results 1 – 2 of 2) sorted by relevance

/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/
Dbuffer_manager_utest.cpp133 …ser1([&manager, &bufferPool1, &bufferPoolId] { bufferPool1 = manager->GetBufferPool(bufferPoolId);… in __anon5c69dde80502()
136 …ser2([&manager, &bufferPool2, &bufferPoolId] { bufferPool2 = manager->GetBufferPool(bufferPoolId);… in __anon5c69dde80602()
146 std::shared_ptr<IBufferPool> bufferPool3 = manager->GetBufferPool(bufferPoolId2);
149 std::shared_ptr<IBufferPool> nullbufferPool = manager->GetBufferPool(1);
163 std::shared_ptr<IBufferPool> bufferPool = manager->GetBufferPool(bufferPoolId);
202 std::shared_ptr<IBufferPool> bufferPool = manager->GetBufferPool(bufferPoolId);
220 std::shared_ptr<IBufferPool> bufferPool = manager->GetBufferPool(bufferPoolId);
273 std::shared_ptr<IBufferPool> bufferPool = manager->GetBufferPool(bufferPoolId);
404 bufferPool_ = manager->GetBufferPool(bufferPoolId_); in Init()
441 bufferPool_ = manager->GetBufferPool(bufferPoolId_);
[all …]
Dbuffer_manager_utest.h57 std::shared_ptr<IBufferPool> GetBufferPool() const;