Searched refs:clockId (Results 1 – 1 of 1) sorted by relevance
155 int clockId = CLOCK_MONOTONIC; in openDeviceNode() local156 if (TEMP_FAILURE_RETRY(ioctl(fd, EVIOCSCLOCKID, &clockId)) < 0) { in openDeviceNode()