Rename the reference EVS HW service

This change modifies a name of the reference EVS HW service from
evs_driver to evs_sample_driver, to avoid conflicts of the service names
between ours and the vendors'.

Also, this change removes an option to restart evs_app when evs_manager
is being restarted.

Bug: 167220582
Bug: 166846786
Test: Run EVS services by setting persist.automotive.evs.mode property
      and run evs_app
Change-Id: Id4127d387d7003e61009c3dadeacc0c935db55f0
Merged-In: Id4127d387d7003e61009c3dadeacc0c935db55f0
(cherry picked from commit fd8711497e8a0aaadb4e2f1ceaf0ce5c2f695144)
3 files changed
tree: 3e98c14985be04075f08d15acae59e2bb29c0725
  1. car-bugreportd/
  2. car-default-input-service/
  3. car-internal-lib/
  4. car-lib/
  5. car-maps-placeholder/
  6. car-systemtest-lib/
  7. car-test-lib/
  8. car-usb-handler/
  9. car_product/
  10. computepipe/
  11. EncryptionRunner/
  12. evs/
  13. experimental/
  14. FrameworkPackageStubs/
  15. obd2-lib/
  16. packages/
  17. procfs-inspector/
  18. service/
  19. surround_view/
  20. tests/
  21. tools/
  22. user/
  23. vehicle-hal-support-lib/
  24. watchdog/
  25. .clang-format
  26. .gitignore
  27. Android.mk
  28. CleanSpec.mk
  29. CPPLINT.cfg
  30. OWNERS
  31. PREUPLOAD.cfg
  32. README.md
  33. 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.