Home
last modified time | relevance | path

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

/system/core/toolbox/
Dsendevent.c26 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */ macro
Dgetevent.c329 if(ioctl(fd, EVIOCGPHYS(sizeof(location) - 1), &location) < 1) { in open_device()
/system/core/debuggerd/
Dgetevent.c48 if(ioctl(fd, EVIOCGPHYS(sizeof(location) - 1), &location) < 1) { in open_device()