Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1496 #ifndef EVIOCSSUSPENDBLOCK in configureFd()
1500 #define EVIOCSSUSPENDBLOCK _IOW('E', 0x91, int) in configureFd() macro
1502 if (ioctl(device->fd, EVIOCSSUSPENDBLOCK, 1)) { in configureFd()