Searched refs:kIonDevice (Results 1 – 1 of 1) sorted by relevance
40 static constexpr char kIonDevice[] = "/dev/ion"; variable114 ion_fd_.reset(TEMP_FAILURE_RETRY(open(kIonDevice, O_RDONLY| O_CLOEXEC))); in BufferAllocator()377 static bool ion_support = (access(kIonDevice, R_OK) == 0); in CheckIonSupport()