commit | 3bc7e09b2c69ebc70533fe1ce85cef1945133e85 | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Wed Jul 24 17:43:30 2019 -0700 |
committer | Siarhei Vishniakou <svv@google.com> | Wed Jul 24 19:17:17 2019 -0700 |
tree | 0d547c6ef2bcbc88cd7a0bbf7c77c7dae6211d6a | |
parent | b34fcfa5891049a60f60a1635e4f98d730f74ff4 [diff] |
Do not use RefBase in EventHub Switch to std::unique_ptr instead. Unfortunately, have to also switch to shared_ptr because FakeEventHub implements EventHub but is also used to inject events when testing InputReader. Bug: 117684064 Test: atest inputflinger_tests Change-Id: I789ba0ca255b6a1f179711c61fc9da98a3c6a800