/hardware/qcom/sm8150/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/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/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/samsung/nfc/halimpl/src/ |
D | config.cpp | 84 #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/ |
D | phNxpConfig.cpp | 65 #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/ |
D | phNxpConfig.cc | 65 #define config_name "libnfc-nxp.conf" macro 484 strPath += config_name; in GetInstance() 504 findConfigFilePathFromTransportConfigPaths(config_name, strPath); in GetInstance()
|