Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/
DBufferAllocator.cpp39 static constexpr char kIonDevice[] = "/dev/ion"; variable
113 ion_fd_.reset(TEMP_FAILURE_RETRY(open(kIonDevice, O_RDONLY| O_CLOEXEC))); in BufferAllocator()
358 static bool ion_support = (access(kIonDevice, R_OK) == 0); in CheckIonSupport()