Home
last modified time | relevance | path

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

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