Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/2.0/vts/functional/
DVtsHalGraphicsMapperV2_0TargetTest.cpp125 std::atomic<uint64_t> allocationCount(0); in TEST_P() local
129 descriptor, 1, [&](const auto&, const auto&, const auto&) { allocationCount++; }); in TEST_P()
140 LOG(VERBOSE) << "Made " << allocationCount << " threaded allocations"; in TEST_P()
/hardware/interfaces/graphics/mapper/3.0/vts/functional/
DVtsHalGraphicsMapperV3_0TargetTest.cpp125 std::atomic<uint64_t> allocationCount(0); in TEST_P() local
129 descriptor, 1, [&](const auto&, const auto&, const auto&) { allocationCount++; }); in TEST_P()
140 LOG(VERBOSE) << "Made " << allocationCount << " threaded allocations"; in TEST_P()