Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputHub.cpp762 #ifndef EVIOCSSUSPENDBLOCK in openNode()
766 #define EVIOCSSUSPENDBLOCK _IOW('E', 0x91, int) in openNode() macro
768 if (TEMP_FAILURE_RETRY(ioctl(fd, EVIOCSSUSPENDBLOCK, 1))) { in openNode()