platform_hardware_interfaces/automotive
Changyeon Jo 8bcb492309 Use regex names for EVS HAL implementations
This change deprecates EvsEnumeratorHw, which has been a name for
EVS HAL Enumerator implementations, and uses regex names for them.

New method, isHardware(), is added to IEvsEnumerator and the clients
should use this method to tell whether current service is EVS manager
or driver.

Bug: 147010694
Test: m -j
Test: atest VtsHalEvsV1_1TargetTest
Change-Id: I89441936734fde0f0cc2f0151ee9b6622f61814d
Signed-off-by: Changyeon Jo <changyeon@google.com>
2020-01-29 19:59:48 -08:00
..
audiocontrol Adding v2 of audiocontrol hal 2020-01-23 01:06:12 +00:00
can/1.0 Refactor baudrate to bitrate 2020-01-11 01:05:59 +00:00
evs Use regex names for EVS HAL implementations 2020-01-29 19:59:48 -08:00
occupant_awareness/aidl Enable java backend for occupant awareness iface. 2019-12-26 03:22:55 -08:00
vehicle/2.0 Apply Grpc Client to current VHal Implementation 2020-01-23 13:34:34 -08:00
OWNERS Update OWNERS 2019-09-30 13:41:40 -07:00
README.md Explicitly unfreeze the Automotive HALs 2018-06-04 14:21:31 -07:00

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.