Use CarInputManager capture api for Cluster KeyEvents.

- Use CarInputManager capture api when the KeyEvents are not handled
  by the old InstrumentClusterKeyListener.
- Allow ClusterHomeManager to capture all cluster KeyEvents.
- Dispatch not-mapped KeyEvents to FullDislayEventCapturers.

Bug: 150818155
Test: atest CarInputManagerTest CarInputServiceTest
Change-Id: Idd8429bfdb2190c0b2d371549133346ece460621
4 files changed
tree: d7c5f074db216f4f2a1d339b72d16c48b4b0a70e
  1. car-admin-ui-lib/
  2. car-internal-lib/
  3. car-lib/
  4. car-maps-placeholder/
  5. car-systemtest-lib/
  6. car-test-lib/
  7. car-usb-handler/
  8. car_product/
  9. cpp/
  10. experimental/
  11. FrameworkPackageStubs/
  12. obd2-lib/
  13. packages/
  14. procfs-inspector/
  15. service/
  16. tests/
  17. tools/
  18. user/
  19. vehicle-hal-support-lib/
  20. .clang-format
  21. .gitignore
  22. Android.mk
  23. CleanSpec.mk
  24. CPPLINT.cfg
  25. OWNERS
  26. PREUPLOAD.cfg
  27. README.md
  28. TEST_MAPPING
README.md

Native (C++) code format is required to be compatible with .clang-format file. Run

git clang-format --style=file --extension='h,cpp,cc' HEAD~

Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.