Searched refs:cfgs (Results 1 – 13 of 13) sorted by relevance
/aosp12/hardware/qcom/sm8150/vr/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A D | vr_int.h | 36 thermal_algo_info_t * cfgs; member
|
/aosp12/hardware/qcom/sdm845/vr/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A D | vr_int.h | 36 thermal_algo_info_t * cfgs; member
|
/aosp12/build/make/core/ |
H A D | dex_preopt_config_merger.py | 43 cfgs = [] 46 cfgs.append(json.load(f, object_pairs_hook=OrderedDict)) 50 cfg0 = cfgs[0] 54 for cfg in cfgs[1:]: 96 f.write(json.dumps(cfgs[0], indent=4, separators=(',', ': ')))
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/vts/functional/ |
H A 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
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
H A D | AudioPatch.cpp | 36 String8 *dst, int spaces, const char *prefix, int count, const audio_port_config *cfgs) in dumpPatchEndpoints() argument 39 const audio_port_config &cfg = cfgs[i]; in dumpPatchEndpoints()
|
/aosp12/build/soong/rust/ |
H A D | project_json_test.go | 133 cfgs, ok := crate["cfg"].([]interface{}) 139 for _, cfg := range cfgs {
|
H A D | compiler_test.go | 52 cfgs: [
|