Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/vr/
Dvr-8998.c30 {{.config_name = "SKIN-HIGH-FLOOR", .algo_name = "ss"},
31 {.config_name = "SKIN-MID-FLOOR", .algo_name = "ss"},
32 {.config_name = "SKIN-LOW-FLOOR", .algo_name = "ss"},
33 {.config_name = "VIRTUAL-SS-GPU-SKIN", .algo_name = "ss"}};
37 {{.config_name = "VR-EMMC", .algo_name = "monitor"}};
Dvr-845.c30 {{.config_name = "SKIN-HIGH-FLOOR", .algo_name = "ss"},
31 {.config_name = "SKIN-MID-FLOOR", .algo_name = "ss"},
32 {.config_name = "SKIN-LOW-FLOOR", .algo_name = "ss"},
33 {.config_name = "VIRTUAL-SS-GPU-SKIN", .algo_name = "ss"}};
37 {{.config_name = "VR-EMMC", .algo_name = "monitor"}};
Dvr.c235 static int disable_config(char *config_name, char *algo_type){ in disable_config() argument
245 strlcpy(config->cfg_desc, config_name, max_string_size); in disable_config()
258 … ALOGE("disable profile: name = %s, algo_type = %s, success = %d", config_name, algo_type, result); in disable_config()
269 static int enable_config(char *config_name, char *algo_type){ in enable_config() argument
279 strlcpy(config->cfg_desc, config_name, max_string_size); in enable_config()
292 config_name, algo_type, result); in enable_config()
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()
[all …]
Dvr_int.h31 char * config_name; member
/hardware/nxp/nfc/halimpl/utils/
DphNxpConfig.cpp63 #define config_name "libnfc-nxp.conf" macro
441 strPath += config_name; in GetInstance()
447 findConfigFilePathFromTransportConfigPaths(config_name, strPath); in GetInstance()