Home
last modified time | relevance | path

Searched refs:allocationCount (Results 1 – 3 of 3) 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.cpp126 std::atomic<uint64_t> allocationCount(0); in TEST_P() local
130 descriptor, 1, [&](const auto&, const auto&, const auto&) { allocationCount++; }); in TEST_P()
141 LOG(VERBOSE) << "Made " << allocationCount << " threaded allocations"; in TEST_P()
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp541 std::atomic<uint64_t> allocationCount(0); in TEST_P() local
545 allocationCount++; in TEST_P()
557 LOG(VERBOSE) << "Made " << allocationCount << " threaded allocations"; in TEST_P()