Searched refs:inputId (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp187 struct input_id inputId; local
188 if (TEMP_FAILURE_RETRY(ioctl(mFd, EVIOCGID, &inputId))) {
192 mBusType = inputId.bustype;
193 mVendorId = inputId.vendor;
194 mProductId = inputId.product;
195 mVersion = inputId.version;

Completed in 165 milliseconds