• Home
  • Raw
  • Download

Lines Matching refs:eventTime

40 NotifyConfigurationChangedArgs::NotifyConfigurationChangedArgs(int32_t id, nsecs_t eventTime)  in NotifyConfigurationChangedArgs()  argument
41 : id(id), eventTime(eventTime) {} in NotifyConfigurationChangedArgs()
45 NotifyKeyArgs::NotifyKeyArgs(int32_t id, nsecs_t eventTime, nsecs_t readTime, int32_t deviceId, in NotifyKeyArgs() argument
50 eventTime(eventTime), in NotifyKeyArgs()
66 int32_t id, nsecs_t eventTime, nsecs_t readTime, int32_t deviceId, uint32_t source, in NotifyMotionArgs() argument
74 eventTime(eventTime), in NotifyMotionArgs()
104 return id == rhs.id && eventTime == rhs.eventTime && readTime == rhs.readTime && in operator ==()
143 id, eventTime, deviceId, inputEventSourceToString(source).c_str(), in dump()
150 NotifySwitchArgs::NotifySwitchArgs(int32_t id, nsecs_t eventTime, uint32_t policyFlags, in NotifySwitchArgs() argument
153 eventTime(eventTime), in NotifySwitchArgs()
160 NotifySensorArgs::NotifySensorArgs(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32_t source, in NotifySensorArgs() argument
165 eventTime(eventTime), in NotifySensorArgs()
176 NotifyVibratorStateArgs::NotifyVibratorStateArgs(int32_t id, nsecs_t eventTime, int32_t deviceId, in NotifyVibratorStateArgs() argument
178 : id(id), eventTime(eventTime), deviceId(deviceId), isOn(isOn) {} in NotifyVibratorStateArgs()
182 NotifyDeviceResetArgs::NotifyDeviceResetArgs(int32_t id, nsecs_t eventTime, int32_t deviceId) in NotifyDeviceResetArgs() argument
183 : id(id), eventTime(eventTime), deviceId(deviceId) {} in NotifyDeviceResetArgs()
188 int32_t id, nsecs_t eventTime, const PointerCaptureRequest& request) in NotifyPointerCaptureChangedArgs() argument
189 : id(id), eventTime(eventTime), request(request) {} in NotifyPointerCaptureChangedArgs()