Home
last modified time | relevance | path

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

/hardware/google/pixel/usb/
DUsbDpUtils.cpp219 static struct timespec setTimespecTimer(int debounceMs) { in setTimespecTimer() argument
224 to.tv_nsec = now.tv_nsec + ((debounceMs % 1000) * 1000000); in setTimespecTimer()
225 to.tv_sec = now.tv_sec + (debounceMs / 1000); in setTimespecTimer()