platform_hardware_interfaces/automotive/vehicle
Yu Shan 2c37c11a82 Implement Unsubscribe in vhal proxy.
Implement the unsubscribe function in IVehicleHardware. This will
stop the server from generating property update events for the
specified [propId, areaId].

Test: atest GRPCVehicleHardwareUnitTest GRPCVehicleProxyServerUnitTest
Flag: EXEMPT hal change
Bug: 328316981
Merged-In: I35f4860eead0c8ec9b192657fe51cc0ff4319383
(cherry-picked from commit: cb00b1f816)

Change-Id: I35f4860eead0c8ec9b192657fe51cc0ff4319383
2024-05-23 15:51:25 -07:00
..
2.0 Merge "Migrate Test Targets to New Android Ownership Model" into main 2024-04-22 15:01:56 +00:00
aidl Implement Unsubscribe in vhal proxy. 2024-05-23 15:51:25 -07:00
aidl_property Add host_supported to VHAL libs. 2024-05-21 13:51:39 -07:00
proto Adjust path to sdv_ivi_cf 2023-09-27 16:08:51 +02:00
tools Create EmuMetadataGenerator to check meta.json. 2024-02-01 00:03:59 +00:00
vts Merge "Add retry in setProp test." into android14-tests-dev am: 2c12f0e9ae am: 83a9e12f6d 2024-01-31 03:06:01 +00:00
Android.bp Added access field to VehicleAreaConfig.aidl 2023-10-21 17:20:54 +00:00
OWNERS Remove chenhaosjtuacm@google.com from automotive/vehicle/OWNERS 2024-04-16 17:41:30 +00:00
README.md Add README files to VHAL codebase. 2022-06-04 01:12:49 +00:00
TEST_MAPPING Add subscribe to VHAL proto. 2024-05-23 15:51:25 -07:00
vhal_static_cpp_lib.mk Added access field to VehicleAreaConfig.aidl 2023-10-21 17:20:54 +00:00

Vehicle Hardware Abstraction Layer (VHAL)


This directory stores the VHAL interface definition and VHAL reference implementation.

2.0 (deprecated)

HIDL based VHAL interface and reference implementation.

aidl

AIDL based VHAL interfadce and reference implementation.

proto

Protobuf used to pass message between emulator VHAL and emulator.

tools

Dev tools related to VHAL.

vts

VTS test for VHAL. The VTS test works for both AIDL and HIDL VHAL implementation. Vendor implementation of VHAL must passes VTS.