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