Searched refs:kIonDevice (Results 1 – 1 of 1) sorted by relevance
39 static constexpr char kIonDevice[] = "/dev/ion"; variable113 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()