commit | a47a4d4f1032e2e013d1051eb34b966a9a92faae | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Mon May 06 17:14:11 2019 -0700 |
committer | Siarhei Vishniakou <svv@google.com> | Tue May 14 13:25:30 2019 -0700 |
tree | 2684099223ceafa162115e2b5ec8272bdf86f0d5 | |
parent | f96a67700e6bfcb3dcac35e93417c0da08aa0240 [diff] |
Use bitset api in InputClassifier We are currently doing some custom manipulations with bits in InputClassifier. But the manipulations are making incorrect assumptions about the behaviour of the bitset apis. To maximize consistency, extend the use of bitset apis to InputClassifier. This allows the same apis to be used in the HAL in order to read the axis values. Bug: 131927078 Test: atest inputflinger_tests Change-Id: Icab062c695ca07d5cc404082d3de7b334cbc0e19