Home
last modified time | relevance | path

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

/system/core/toolbox/
Dsendevent.c35 #define EVIOCGABS(abs) _IOR('E', 0x40 + abs, struct input_absinfo) /* get abs value/limits */ argument
36 #define EVIOCSABS(abs) _IOW('E', 0xc0 + abs, struct input_absinfo) /* set abs value/limits */ argument
Dgetevent.c176 struct input_absinfo abs; in print_possible_events() local