platform_hardware_interfaces/automotive
Enrico Granata c44909ded8 Centralize creation and error handling for VsockServerInfo
Provide helper functions that create VsockServerInfo objects
from either the command line or the property storage, and
have them return optional instead of relying on default values.

Also, avoid atoi() since it has the potential for undefined behavior.

Test: build
Change-Id: I0aab6b7d84e5084580e25217ac5ba4f5a1db6e2a
2020-02-03 14:01:37 -08:00
..
audiocontrol Merge "Remove spurious cflags from AudioControl HAL 1.0" 2020-01-28 19:30:29 +00:00
can/1.0 Refactor baudrate to bitrate 2020-01-11 01:05:59 +00:00
evs Merge "Add fuzzer for EVS HAL" 2020-01-31 02:24:51 +00:00
occupant_awareness/aidl Enable java backend for occupant awareness iface. 2019-12-26 03:22:55 -08:00
vehicle/2.0 Centralize creation and error handling for VsockServerInfo 2020-02-03 14:01:37 -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.