Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocator.h166 static std::unordered_set<std::string> GetDmabufHeapList();
/system/memory/libdmabufheap/tests/
Ddmabuf_heap_test.cpp280 auto heap_list = allocator->GetDmabufHeapList(); in TEST_F()
301 auto heap_list = allocator->GetDmabufHeapList(); in TEST_F()
/system/memory/libdmabufheap/
DBufferAllocator.cpp263 auto dmabuf_heap_list = this->GetDmabufHeapList(); in AllocSystem()
341 std::unordered_set<std::string> BufferAllocator::GetDmabufHeapList() { in GetDmabufHeapList() function in BufferAllocator