commit | 18050095be7d5b7d13861d721f2daf26605ed22b | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Wed Sep 01 13:32:49 2021 -0700 |
committer | Siarhei Vishniakou <svv@google.com> | Wed Sep 29 13:18:30 2021 -0700 |
tree | d5fa351d5fc5d3b2067846bce5bc632a2c72d0cc | |
parent | 91773046fbcc3da53e954a8bdbfdb95f9f482fca [diff] |
Remove RefBase from InputListener interface We don't need refbase for inputlisteners. Remove it, and switch to references, which cannot be null. This way, we can avoid dereferencing the pointers without checking for nullness. Bug: 198472780 Test: atest inputflinger_tests Change-Id: I2f469fd268472c7e78d36812353cff5c52a90163