Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/
DBufferAllocator.cpp37 static constexpr char kIonDevice[] = "/dev/ion"; variable
101 ion_fd_.reset(TEMP_FAILURE_RETRY(open(kIonDevice, O_RDONLY| O_CLOEXEC))); in BufferAllocator()