Home
last modified time | relevance | path

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

/frameworks/av/media/utils/tests/
Dshared_memory_allocator_tests.cpp276 const auto& secondary_allocations = secondary_allocator->getAllocations(); in TEST() local
277 EXPECT_TRUE(secondary_allocations.size() == 1ul); in TEST()
278 ASSERT_TRUE(secondary_allocations.find(memory2) != secondary_allocations.end()); in TEST()
279 EXPECT_EQ(secondary_allocations.find(memory2)->second.name, std::string{"allocation_2"}); in TEST()
305 ASSERT_TRUE(secondary_allocations.find(memory4) != secondary_allocations.end()); in TEST()
306 EXPECT_EQ(secondary_allocations.find(memory4)->second.name, std::string{"allocation_4"}); in TEST()