Home | History | Annotate | Download | only in inputflinger

Lines Matching defs:inputId

1150     struct input_id inputId;
1151 if(ioctl(fd, EVIOCGID, &inputId)) {
1156 identifier.bus = inputId.bustype;
1157 identifier.product = inputId.product;
1158 identifier.vendor = inputId.vendor;
1159 identifier.version = inputId.version;