Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/vr/
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-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.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/qcom/sdm845/vr/
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-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.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/st/nfc/st21nfc/adaptation/
Dconfig.cpp36 #define config_name "libnfc-hal-st.conf" macro
380 strPath += config_name; in GetInstance()
398 findConfigFile(config_name, strPath); in GetInstance()
/hardware/samsung/nfc/halimpl/src/
Dconfig.cpp84 #define config_name "libnfc-sec-vendor.conf" macro
472 strPath += config_name; in GetInstance()
478 findConfigFilePathFromTransportConfigPaths(config_name, strPath); in GetInstance()
/hardware/nxp/nfc/pn8x/halimpl/utils/
DphNxpConfig.cpp65 #define config_name "libnfc-nxp.conf" macro
452 strPath += config_name; in GetInstance()
471 findConfigFilePathFromTransportConfigPaths(config_name, strPath); in GetInstance()
/hardware/nxp/nfc/snxxx/halimpl/utils/
DphNxpConfig.cc65 #define config_name "libnfc-nxp.conf" macro
484 strPath += config_name; in GetInstance()
504 findConfigFilePathFromTransportConfigPaths(config_name, strPath); in GetInstance()