/hardware/qcom/sdm845/vr/ |
D | vr-845.c | 30 {{.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"}};
|
D | vr-8998.c | 30 {{.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"}};
|
D | vr.c | 235 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 …]
|
D | vr_int.h | 31 char * config_name; member
|
/hardware/qcom/sm8150/vr/ |
D | vr-8998.c | 30 {{.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"}};
|
D | vr-845.c | 30 {{.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"}};
|
D | vr.c | 235 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 …]
|
D | vr_int.h | 31 char * config_name; member
|
/hardware/st/nfc/1.0/adaptation/ |
D | config.cpp | 35 #define config_name "libnfc-st.conf" macro 366 strPath += config_name; in GetInstance() 372 findConfigFile(config_name, strPath); in GetInstance()
|
/hardware/st/nfc/st21nfc/adaptation/ |
D | config.cpp | 36 #define config_name "libnfc-hal-st.conf" macro 380 strPath += config_name; in GetInstance() 398 findConfigFile(config_name, strPath); in GetInstance()
|
/hardware/nxp/nfc/halimpl/utils/ |
D | phNxpConfig.cpp | 65 #define config_name "libnfc-nxp.conf" macro 455 strPath += config_name; in GetInstance() 471 findConfigFilePathFromTransportConfigPaths(config_name, strPath); in GetInstance()
|