Searched defs:InputDevice (Results 1 – 5 of 5) sorted by relevance
266 struct InputDevice { struct269 std::string name;270 std::string physicalPath;271 std::string uniqueId;272 uint16_t bus;273 uint16_t vendor;274 uint16_t product;275 uint16_t version;276 std::string descriptor;277 uint32_t classes;[all …]
28 InputDevice() : rawDataState_(STATE_RELEASE) {} in InputDevice() function
20 InputDevice::InputDevice(int32_t id, std::string name, int32_t deviceType, int32_t bus, int32_t ver… in InputDevice() function in OHOS::MMI::InputDevice
145 enum InputDevice { enum
124 } InputDevice; typedef