commit | a32a1198c5a30f583600c7d4953a6e7fe13e5b41 | [log] [tgz] |
---|---|---|
author | Harry Cutts <hcutts@google.com> | Tue Jun 04 15:10:31 2024 +0000 |
committer | Harry Cutts <hcutts@google.com> | Tue Jun 04 15:10:31 2024 +0000 |
tree | 71273d1e2813d7f5e5468f1a3ca9340974d083f1 | |
parent | 71953c2b88a4d34488b17b3a1fe3758f6960bd54 [diff] |
InputMapper: pass RawEvent references instead of pointers We never pass null values here, so changing to references makes this clearer. Change-Id: I82d5359e244a93560bcbef477c89fef016168abb Test: atest inputflinger_test Test: m checkinput Test: manually test basic functionality on a multi-touch screen, touchpad, mouse, and drawing tablet Bug: 245989146 Flag: EXEMPT refactor