Home
last modified time | relevance | path

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

/aosp12/system/memory/libdmabufheap/tests/
H A Ddmabuf_heap_test.cpp280 auto heap_list = allocator->GetDmabufHeapList(); in TEST_F() local
282 ASSERT_TRUE(!heap_list.empty() || BufferAllocator::CheckIonSupport()); in TEST_F()
301 auto heap_list = allocator->GetDmabufHeapList(); in TEST_F() local
302 ASSERT_TRUE(heap_list.find("system") != heap_list.end()); in TEST_F()
/aosp12/system/memory/libmeminfo/
H A Dsysmeminfo.cpp297 std::unordered_set<std::string> heap_list; in ReadDmabufHeapTotalExportedKb() local
302 heap_list.insert(dent->d_name); in ReadDmabufHeapTotalExportedKb()
305 if (heap_list.empty()) return false; in ReadDmabufHeapTotalExportedKb()
313 for (const auto& heap : heap_list) { in ReadDmabufHeapTotalExportedKb()
/aosp12/system/memory/libdmabufheap/
H A DBufferAllocator.cpp345 std::unordered_set<std::string> heap_list; in GetDmabufHeapList() local
353 heap_list.insert(dent->d_name); in GetDmabufHeapList()
357 return heap_list; in GetDmabufHeapList()