Home
last modified time | relevance | path

Searched refs:VehiclePropConfigIndex (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehiclePropConfigIndex_test.cpp45 VehiclePropConfigIndex index(configs); in TEST_F()
55 VehiclePropConfigIndex index(configs); in TEST_F()
66 VehiclePropConfigIndex index(configs); in TEST_F()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehiclePropConfigIndex.h34 class VehiclePropConfigIndex {
36 VehiclePropConfigIndex( in VehiclePropConfigIndex() function
H A DVehicleHalManager.h145 std::unique_ptr<VehiclePropConfigIndex> mConfigIndex;
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleHalManager.cpp431 mConfigIndex.reset(new VehiclePropConfigIndex(supportedPropConfigs)); in init()