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

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

Completed in 39 milliseconds