commit | ed6c3defc344d5ac0a6cc05752d4aeb789283e2b | [log] [tgz] |
---|---|---|
author | Arpit Singh <arpitks@google.com> | Wed Apr 05 19:24:37 2023 +0000 |
committer | Arpit Singh <arpitks@google.com> | Thu Apr 13 08:29:51 2023 +0000 |
tree | 1aeebbec18babda5a6a72c34b4e808a727ce38dc | |
parent | cda245feee2ceba5f5c45578273b071974c8e461 [diff] |
InputMapper refactor: Change readerconfig pointer to const ref We are refactoring Input-mapper to ensure they are configured at the time of initialisation. In this CL we are changing InputReaderConfiguration raw pointer to a const reference and rename it to readerConfig for clarity. Test: build, inputflinger_tests, presubmit checks Bug: 256009910 Change-Id: Iae22c8cfba836bd311a51fca13d680456a61e604