Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/
DBufferAllocator.cpp38 static constexpr char kDmaHeapRoot[] = "/dev/dma_heap/"; variable
72 std::string heap_path = kDmaHeapRoot + heap_name; in OpenDmabufHeap()
343 std::unique_ptr<DIR, int (*)(DIR*)> dir(opendir(kDmaHeapRoot), closedir); in GetDmabufHeapList()