Searched defs:abs (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/
H A Dgetevent.c176 struct input_absinfo abs; local
177 if(ioctl(fd, EVIOCGABS(j * 8 + k), &abs) == 0) {
179 abs.value, abs.minimum, abs.maximum, abs.fuzz, abs.flat,
180 abs.resolution);

Completed in 261 milliseconds