Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:inputId

1091     struct input_id inputId;
1092 if(ioctl(fd, EVIOCGID, &inputId)) {
1097 identifier.bus = inputId.bustype;
1098 identifier.product = inputId.product;
1099 identifier.vendor = inputId.vendor;
1100 identifier.version = inputId.version;