Home
last modified time | relevance | path

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

/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/
Dbuffer_manager_utest.cpp129 int64_t bufferPoolId = manager->GenerateBufferPoolId(); variable
130 EXPECT_EQ(true, bufferPoolId != 0);
133 …std::thread user1([&manager, &bufferPool1, &bufferPoolId] { bufferPool1 = manager->GetBufferPool(b… in __anon5c69dde80502()
136 …std::thread user2([&manager, &bufferPool2, &bufferPoolId] { bufferPool2 = manager->GetBufferPool(b… in __anon5c69dde80602()
145 EXPECT_EQ(true, bufferPoolId != 0);
158 int64_t bufferPoolId = manager->GenerateBufferPoolId(); variable
159 EXPECT_EQ(true, bufferPoolId != 0);
163 std::shared_ptr<IBufferPool> bufferPool = manager->GetBufferPool(bufferPoolId);
199 int64_t bufferPoolId = manager->GenerateBufferPoolId(); variable
200 EXPECT_EQ(true, bufferPoolId != 0);
[all …]