Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp408 unsigned int repeatRate[] = {0, 0}; in disableDriverKeyRepeat() local
409 if (TEMP_FAILURE_RETRY(ioctl(mFd, EVIOCSREP, repeatRate))) { in disableDriverKeyRepeat()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp427 unsigned int repeatRate[] = {0, 0}; in configureFd() local
428 if (ioctl(fd, EVIOCSREP, repeatRate)) { in configureFd()