Lines Matching defs:identifier
457 InputDevice identifier; in OpenInputDeviceLocked() local
477 int32_t InputHub::QueryInputDeviceInfo(int fd, InputDevice &identifier) in QueryInputDeviceInfo()
528 void InputHub::QueryEventInfo(int fd, InputDevice &identifier) in QueryEventInfo()
557 void InputHub::GetEventTypes(struct libevdev *dev, InputDevice &identifier) in GetEventTypes()
569 int32_t InputHub::GetEventKeys(struct libevdev *dev, InputDevice &identifier) in GetEventKeys()
586 int32_t InputHub::GetABSInfo(struct libevdev *dev, InputDevice &identifier) in GetABSInfo()
618 int32_t InputHub::GetRELTypes(struct libevdev *dev, InputDevice &identifier) in GetRELTypes()
635 void InputHub::GetProperties(struct libevdev *dev, InputDevice &identifier) in GetProperties()
706 InputDevice identifier; in QueryLocalTouchScreenInfo() local
1154 …cordDeviceLog(const int32_t deviceId, const std::string &devicePath, const InputDevice &identifier) in RecordDeviceLog()
1266 …const InputDevice &identifier) : next(nullptr), fd(fd), id(id), path(path), identifier(identifier), in Device()