Updated screenshot request to use non deleted screenshot method.

Some cleanup in SurfaceControl to delete some of the screenshot methods
that were no longer needed and not used in many places. Updated final
place that was still using screenshot that takes a Surface as an
argument so that method can be deleted

Bug: 155744498
Test: Builds
Change-Id: I72d2f28225767d797d74cdd3f96920a603bfb6b1
1 file changed
tree: 8b13d288481423f1ede946c39634e42612cf3ac7
  1. car-bugreportd/
  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. computepipe/
  10. evs/
  11. experimental/
  12. FrameworkPackageStubs/
  13. obd2-lib/
  14. procfs-inspector/
  15. service/
  16. surround_view/
  17. tests/
  18. tools/
  19. user/
  20. vehicle-hal-support-lib/
  21. watchdog/
  22. .clang-format
  23. .gitignore
  24. Android.mk
  25. CleanSpec.mk
  26. CPPLINT.cfg
  27. OWNERS
  28. PREUPLOAD.cfg
  29. README.md
  30. 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.