Home
last modified time | relevance | path

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

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