platform_hardware_interfaces/automotive
Changyeon Jo c9e4122f5b Implement incomplete or missing IEvsCamera methods
This CL completes IEvsCamera interface implementation by adding
following methods to a default AIDL EVS HAL implementation.
- IEvsCamera::importExternalBuffers()
- IEvsCamera::getIntParameterRange()
- IEvsCamera::setIntParameter()
- IEvsCamera::getIntParameter()

Fix: 275101894
Test: 1. Launch CVD in accelerated graphics mode (gfxstream).
      2. atest VtsHalEvsTargetTest --iteration 3
Change-Id: I70ed2a97f49d27146ce00cdaab9ca3f41a59fc98
2023-03-27 18:19:51 +00:00
..
audiocontrol Update automotive.audiocontrol manifest and compat matrix 2023-03-17 21:23:38 +00:00
can Merge "Fix the missing std" am: 39337adcc9 am: a4ab908631 am: d65d1a6b64 2023-03-03 17:37:23 +00:00
evs Implement incomplete or missing IEvsCamera methods 2023-03-27 18:19:51 +00:00
ivn_android_device/aidl Define ivnandroiddevice HAL. 2023-02-14 11:15:40 -08:00
occupant_awareness/aidl Updating cc_fuzz with default service fuzzer config 2022-08-22 23:18:11 +00:00
remoteaccess Merge "Add getProcessorId to support multiple processors in remote access" into udc-dev 2023-03-22 00:53:07 +00:00
sv
vehicle Merge "Implement HVAC_TEMPERATURE_VALUE_SUGGESTION in emulator VHAL" into udc-dev 2023-03-24 00:51:27 +00:00
OWNERS
README.md
TEST_MAPPING

Autmotive HALs


Overview:

The automotive HAL tree is used by Android Automotive to discover and operate hardware specific to a car.

The HALs are not (yet) frozen, as the HAL definition is expected to evolve between Android releases.