Home
last modified time | relevance | path

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

/frameworks/av/media/utils/tests/
Dshared_memory_allocator_tests.cpp272 const auto& primary_allocations = primary_allocator->getAllocations(); in TEST() local
273 EXPECT_TRUE(primary_allocations.size() == 1ul); in TEST()
274 ASSERT_TRUE(primary_allocations.find(memory) != primary_allocations.end()); in TEST()
275 EXPECT_EQ(primary_allocations.find(memory)->second.name, std::string{"allocation_1"}); in TEST()
303 ASSERT_TRUE(primary_allocations.find(memory3) != primary_allocations.end()); in TEST()
304 EXPECT_EQ(primary_allocations.find(memory3)->second.name, std::string{"allocation_3"}); in TEST()