Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
aidl_api/android.hardware.automotive.vehicle/ | 14-Jan-2024 | - | 3,867 | 736 | ||
aidl_test/ | 15-Dec-2024 | - | 246 | 169 | ||
android/hardware/automotive/vehicle/ | 14-Jan-2024 | - | 1,388 | 254 | ||
emu_metadata/ | 15-Dec-2024 | - | 3,229 | 3,225 | ||
generated_lib/ | 15-Dec-2024 | - | 3,563 | 3,137 | ||
impl/ | 15-Dec-2024 | - | 33,827 | 27,444 | ||
rust_impl/ | 15-Dec-2024 | - | 131 | 108 | ||
Android.bp | D | 15-Dec-2024 | 1.8 KiB | 65 | 61 | |
README.md | D | 14-Jan-2024 | 543 | 24 | 14 |
README.md
1# AIDL Vehicle Hardware Abstraction Layer (VHAL) 2--- 3 4This directory stores the AIDL VHAL interface and reference implementation. 5 6## aidl_api 7 8Auto-generated current and previous versions of AIDL VHAL api. 9 10## aidl_test 11 12Contains a test to test that all HIDL VHAL properties are supported in 13AIDL VHAL. 14 15## android 16 17Contains AIDL VHAL interface definition. The main interface file is 18`android/hardware/automotive/vehicle/IVehicle.aidl`. 19 20## impl 21 22Reference implementation for AIDL VHAL and useful libraries for implementing 23vendor AIDL VHAL. 24