Searched refs:cfgs (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/sdm845/vr/ |
D | vr.c | 308 disable_config(vr_thermal_cfgs.cfgs[i].config_name, vr_thermal_cfgs.cfgs[i].algo_name); in error_cleanup() 313 … enable_config(non_vr_thermal_cfgs.cfgs[i].config_name, non_vr_thermal_cfgs.cfgs[i].algo_name); in error_cleanup() 331 …result = disable_config(non_vr_thermal_cfgs.cfgs[i].config_name, non_vr_thermal_cfgs.cfgs[i].algo_… in set_vr_thermal_configuration() 340 … result = enable_config(vr_thermal_cfgs.cfgs[i].config_name, vr_thermal_cfgs.cfgs[i].algo_name); in set_vr_thermal_configuration() 370 … result = disable_config(vr_thermal_cfgs.cfgs[i].config_name, vr_thermal_cfgs.cfgs[i].algo_name); in unset_vr_thermal_configuration() 378 …result = enable_config(non_vr_thermal_cfgs.cfgs[i].config_name, non_vr_thermal_cfgs.cfgs[i].algo_n… in unset_vr_thermal_configuration()
|
D | vr-845.c | 44 non_vr->cfgs = &non_vr_thermal_configs[0]; in load_thermal_cfg_info() 47 vr->cfgs = &vr_thermal_configs[0]; in load_thermal_cfg_info()
|
D | vr-8998.c | 45 non_vr->cfgs = &non_vr_thermal_configs[0]; in load_thermal_cfg_info() 48 vr->cfgs = &vr_thermal_configs[0]; in load_thermal_cfg_info()
|
D | vr_int.h | 36 thermal_algo_info_t * cfgs; member
|
/hardware/qcom/sm8150/vr/ |
D | vr.c | 308 disable_config(vr_thermal_cfgs.cfgs[i].config_name, vr_thermal_cfgs.cfgs[i].algo_name); in error_cleanup() 313 … enable_config(non_vr_thermal_cfgs.cfgs[i].config_name, non_vr_thermal_cfgs.cfgs[i].algo_name); in error_cleanup() 331 …result = disable_config(non_vr_thermal_cfgs.cfgs[i].config_name, non_vr_thermal_cfgs.cfgs[i].algo_… in set_vr_thermal_configuration() 340 … result = enable_config(vr_thermal_cfgs.cfgs[i].config_name, vr_thermal_cfgs.cfgs[i].algo_name); in set_vr_thermal_configuration() 370 … result = disable_config(vr_thermal_cfgs.cfgs[i].config_name, vr_thermal_cfgs.cfgs[i].algo_name); in unset_vr_thermal_configuration() 378 …result = enable_config(non_vr_thermal_cfgs.cfgs[i].config_name, non_vr_thermal_cfgs.cfgs[i].algo_n… in unset_vr_thermal_configuration()
|
D | vr-845.c | 44 non_vr->cfgs = &non_vr_thermal_configs[0]; in load_thermal_cfg_info() 47 vr->cfgs = &vr_thermal_configs[0]; in load_thermal_cfg_info()
|
D | vr-8998.c | 45 non_vr->cfgs = &non_vr_thermal_configs[0]; in load_thermal_cfg_info() 48 vr->cfgs = &vr_thermal_configs[0]; in load_thermal_cfg_info()
|
D | vr_int.h | 36 thermal_algo_info_t * cfgs; member
|
/hardware/interfaces/automotive/vehicle/2.0/vts/functional/ |
D | VtsHalAutomotiveVehicleV2_0TargetTest.cpp | 130 mVehicle->getAllPropConfigs([&isCalled, &propConfigs](const hidl_vec<VehiclePropConfig>& cfgs) { in TEST_P() argument 131 propConfigs = cfgs; in TEST_P() 147 properties, [&isCalled](StatusCode status, const hidl_vec<VehiclePropConfig>& cfgs) { in TEST_P() argument 149 ASSERT_EQ(4u, cfgs.size()); in TEST_P() 161 properties, [&isCalled](StatusCode status, const hidl_vec<VehiclePropConfig>& cfgs) { in TEST_P() argument 163 ASSERT_EQ(0, cfgs.size()); in TEST_P() 200 [&propConfigs](const hidl_vec<VehiclePropConfig>& cfgs) { propConfigs = cfgs; }); in TEST_P() argument
|