Home
last modified time | relevance | path

Searched refs:config_name (Results 1 – 11 of 11) 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/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothLeAudioCodecsProvider.cpp76 auto config_name = p.first; in GetLeAudioCodecInfo() local
90 if (config_codec_info_map_.count(config_name) == 0) in GetLeAudioCodecInfo()
91 config_codec_info_map_[config_name] = CodecInfo(); in GetLeAudioCodecInfo()
100 auto& codec_info = config_codec_info_map_[config_name]; in GetLeAudioCodecInfo()
DBluetoothLeAudioAseConfigurationSettingProvider.cpp764 auto config_name = it->str(); in LoadScenariosFromFiles() local
765 auto configuration = configurations_.find(config_name); in LoadScenariosFromFiles()
767 LOG(DEBUG) << "Getting configuration with name: " << config_name; in LoadScenariosFromFiles()
779 LOG(DEBUG) << "Pushing configuration to list: " << config_name; in LoadScenariosFromFiles()
/hardware/st/nfc/1.0/adaptation/
Dconfig.cpp35 #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/
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.cc67 #define config_name "libnfc-nxp.conf" macro
491 strPath += config_name; in GetInstance()
511 findConfigFilePathFromTransportConfigPaths(config_name, strPath); in GetInstance()