Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputHub.cpp155 int clockId = CLOCK_MONOTONIC; in openDeviceNode() local
156 if (TEMP_FAILURE_RETRY(ioctl(fd, EVIOCSCLOCKID, &clockId)) < 0) { in openDeviceNode()