platform_hardware_interfaces/automotive
Hao Chen 32d467066a GRPC Vehicle Proxy Server
The GRPC proxy server speaks to another IVehicleHardware (no matter if it is real or fake) to serve
other GRPC vehicle hardware(s). It can be used as a real GRPC Vehicle
Hardware backend when it is running on the machine that have a direct
access to the real vehicle bus, or it can also be used as a fake backend
for testing.

Test: `atest GRPCVehicleProxyServerUnitTest`
Bug: 266001013
Change-Id: Ifec6e21223986a68ab089a87a9664c1b52601ea2
2023-04-12 16:12:18 -07:00
..
audiocontrol Merge "Updated fuzz_config in Android.bp file" am: 73c824414b am: 7ce958221c am: 538cd39aa3 2023-03-31 07:07:26 +00:00
can Merge "Updated fuzz_config in Android.bp file" am: bbf290bb5d am: 4d798fd44a am: 174b8a0186 2023-03-31 07:05:20 +00:00
evs Merge "Correct comments" into udc-dev 2023-04-03 16:08:28 +00:00
ivn_android_device/aidl Define ivnandroiddevice HAL. 2023-02-14 11:15:40 -08:00
occupant_awareness/aidl Merge "Add a manifest fragment for occupant awareness" am: 2247059f55 am: fc24255d23 am: 2d0b3d8bbc 2023-03-28 23:57:38 +00:00
remoteaccess Add inject task cmd to default remoteaccess hal. 2023-03-22 11:38:50 -07:00
sv Updated fuzz_config in Android.bp file 2023-03-23 14:24:15 +05:30
vehicle GRPC Vehicle Proxy Server 2023-04-12 16:12:18 -07: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.