Loading services/inputflinger/dispatcher/InputEventTimeline.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ bool ConnectionTimeline::operator!=(const ConnectionTimeline& rhs) const { InputEventTimeline::InputEventTimeline(bool isDown, nsecs_t eventTime, nsecs_t readTime, uint16_t vendorId, uint16_t productId, std::set<InputDeviceUsageSource> sources) const std::set<InputDeviceUsageSource>& sources) : isDown(isDown), eventTime(eventTime), readTime(readTime), Loading services/inputflinger/dispatcher/InputEventTimeline.h +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ private: struct InputEventTimeline { InputEventTimeline(bool isDown, nsecs_t eventTime, nsecs_t readTime, uint16_t vendorId, uint16_t productId, std::set<InputDeviceUsageSource> sources); uint16_t productId, const std::set<InputDeviceUsageSource>& sources); const bool isDown; // True if this is an ACTION_DOWN event const nsecs_t eventTime; const nsecs_t readTime; Loading Loading
services/inputflinger/dispatcher/InputEventTimeline.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ bool ConnectionTimeline::operator!=(const ConnectionTimeline& rhs) const { InputEventTimeline::InputEventTimeline(bool isDown, nsecs_t eventTime, nsecs_t readTime, uint16_t vendorId, uint16_t productId, std::set<InputDeviceUsageSource> sources) const std::set<InputDeviceUsageSource>& sources) : isDown(isDown), eventTime(eventTime), readTime(readTime), Loading
services/inputflinger/dispatcher/InputEventTimeline.h +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ private: struct InputEventTimeline { InputEventTimeline(bool isDown, nsecs_t eventTime, nsecs_t readTime, uint16_t vendorId, uint16_t productId, std::set<InputDeviceUsageSource> sources); uint16_t productId, const std::set<InputDeviceUsageSource>& sources); const bool isDown; // True if this is an ACTION_DOWN event const nsecs_t eventTime; const nsecs_t readTime; Loading