Home
last modified time | relevance | path

Searched refs:getPropConfigs (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/vts/functional/
DVtsHalAutomotiveVehicleV2_0TargetTest.cpp139 TEST_P(VehicleHalHidlTest, getPropConfigs) { in TEST_P() argument
146 mVehicle->getPropConfigs( in TEST_P()
160 mVehicle->getPropConfigs( in TEST_P()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHalManager.h65 Return<void> getPropConfigs(const hidl_vec<int32_t>& properties,
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp205 TEST_F(VehicleHalManagerTest, getPropConfigs) { in TEST_F() argument
211 manager->getPropConfigs(properties, in TEST_F()
222 manager->getPropConfigs({ toInt(VehicleProperty::HVAC_FAN_SPEED) }, in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicle.hal35 getPropConfigs(vec<int32_t> props)
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp176 mManager->getPropConfigs(properties, in invokePropConfigs()
180 mManager->getPropConfigs({toInt(kVehicleProp[abs(vehicleProp1) % kVehiclePropArrayLength])}, in invokePropConfigs()