Lines Matching defs:dev
672 struct libevdev *dev = GetLibEvDev(fd); in QueryEventInfo() local
755 struct libevdev *dev = nullptr; in GetLibEvDev() local
765 void InputHub::GetEventTypes(struct libevdev *dev, InputDevice &identifier) in GetEventTypes()
776 int32_t InputHub::GetEventKeys(struct libevdev *dev, InputDevice &identifier) in GetEventKeys()
794 int32_t InputHub::GetABSInfo(struct libevdev *dev, InputDevice &identifier) in GetABSInfo()
825 int32_t InputHub::GetRELTypes(struct libevdev *dev, InputDevice &identifier) in GetRELTypes()
843 void InputHub::GetProperties(struct libevdev *dev, InputDevice &identifier) in GetProperties()
1507 for (const auto &dev : devices_) { in CollectTargetDevices() local
1521 void InputHub::SavePressedKeyState(const InputHub::Device *dev, int32_t keyCode) in SavePressedKeyState()
1544 void InputHub::CheckTargetKeyState(const InputHub::Device *dev, const unsigned long *keyState, cons… in CheckTargetKeyState()
1600 for (const auto *dev : targetDevices) { in CheckTargetDevicesState() local