Searched refs:heap_list (Results 1 – 3 of 3) sorted by relevance
280 auto heap_list = allocator->GetDmabufHeapList(); in TEST_F() local282 ASSERT_TRUE(!heap_list.empty() || BufferAllocator::CheckIonSupport()); in TEST_F()301 auto heap_list = allocator->GetDmabufHeapList(); in TEST_F() local302 ASSERT_TRUE(heap_list.find("system") != heap_list.end()); in TEST_F()
297 std::unordered_set<std::string> heap_list; in ReadDmabufHeapTotalExportedKb() local302 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()
342 std::unordered_set<std::string> heap_list; in GetDmabufHeapList() local350 heap_list.insert(dent->d_name); in GetDmabufHeapList()354 return heap_list; in GetDmabufHeapList()