Loading services/inputflinger/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,8 @@ cc_defaults { "-Wno-unused-parameter", "-Wthread-safety", "-Wshadow", "-Wshadow-field-in-constructor-modified", "-Wshadow-uncaptured-local", ], } Loading services/inputflinger/dispatcher/Entry.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -185,7 +185,6 @@ MotionEntry::MotionEntry(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32 uint32_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, float xOffset, float yOffset) : EventEntry(id, Type::MOTION, eventTime, policyFlags), eventTime(eventTime), deviceId(deviceId), source(source), displayId(displayId), Loading services/inputflinger/dispatcher/Entry.h +0 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,6 @@ protected: }; struct MotionEntry : EventEntry { nsecs_t eventTime; int32_t deviceId; uint32_t source; int32_t displayId; Loading Loading
services/inputflinger/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,8 @@ cc_defaults { "-Wno-unused-parameter", "-Wthread-safety", "-Wshadow", "-Wshadow-field-in-constructor-modified", "-Wshadow-uncaptured-local", ], } Loading
services/inputflinger/dispatcher/Entry.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -185,7 +185,6 @@ MotionEntry::MotionEntry(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32 uint32_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, float xOffset, float yOffset) : EventEntry(id, Type::MOTION, eventTime, policyFlags), eventTime(eventTime), deviceId(deviceId), source(source), displayId(displayId), Loading
services/inputflinger/dispatcher/Entry.h +0 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,6 @@ protected: }; struct MotionEntry : EventEntry { nsecs_t eventTime; int32_t deviceId; uint32_t source; int32_t displayId; Loading