Searched refs:effect_config (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/audio/hal/ |
D | platform_info.c | 238 struct audio_effect_config effect_config; in process_audio_effect() local 276 effect_config = (struct audio_effect_config){strtol((char *)attr[3], NULL, 0), in process_audio_effect() 282 if (platform_set_effect_config_data(index, effect_config, effect_type) < 0) { in process_audio_effect() 284 __func__, effect_type, attr[1], effect_config.module_id, in process_audio_effect() 285 effect_config.instance_id, effect_config.param_id, in process_audio_effect() 286 effect_config.param_value); in process_audio_effect()
|
D | platform_api.h | 74 struct audio_effect_config effect_config, 77 struct audio_effect_config *effect_config,
|
D | audio_hw.c | 883 struct audio_effect_config effect_config, in send_effect_enable_disable_mixer_ctl() argument 898 set_values[2] = (long)effect_config.module_id; in send_effect_enable_disable_mixer_ctl() 899 set_values[3] = (long)effect_config.instance_id; in send_effect_enable_disable_mixer_ctl() 900 set_values[4] = (long)effect_config.param_id; in send_effect_enable_disable_mixer_ctl() 944 struct audio_effect_config effect_config; in enable_disable_effect() local 959 &effect_config, effect_type); in enable_disable_effect() 965 __func__, effect_config.module_id, in->app_type_cfg.app_type, in enable_disable_effect() 969 param_value = effect_config.param_value; in enable_disable_effect() 975 ret = update_effect_param_ecns(usecase, effect_config.module_id, in enable_disable_effect() 982 effect_config, param_value); in enable_disable_effect()
|
/hardware/qcom/audio/hal/msm8916/ |
D | platform.c | 1457 struct audio_effect_config *effect_config, in platform_get_effect_config_data() argument 1470 if (effect_config == NULL) { in platform_get_effect_config_data() 1479 *effect_config = effect_config_table[GET_IN_DEVICE_INDEX(snd_device)][effect_type]; in platform_get_effect_config_data() 1577 struct audio_effect_config effect_config, 1590 ALOGV("%s 0x%x 0x%x 0x%x 0x%x", __func__, effect_config.module_id, 1591 effect_config.instance_id, effect_config.param_id, 1592 effect_config.param_value); 1593 effect_config_table[GET_IN_DEVICE_INDEX(snd_device)][effect_type] = effect_config;
|
/hardware/qcom/audio/hal/msm8974/ |
D | platform.c | 2207 struct audio_effect_config *effect_config, in platform_get_effect_config_data() argument 2220 if (effect_config == NULL) { in platform_get_effect_config_data() 2228 *effect_config = effect_config_table[GET_IN_DEVICE_INDEX(snd_device)][effect_type]; in platform_get_effect_config_data() 2235 struct audio_effect_config effect_config, in platform_set_effect_config_data() argument 2248 ALOGV("%s 0x%x 0x%x 0x%x 0x%x", __func__, effect_config.module_id, in platform_set_effect_config_data() 2249 effect_config.instance_id, effect_config.param_id, in platform_set_effect_config_data() 2250 effect_config.param_value); in platform_set_effect_config_data() 2251 effect_config_table[GET_IN_DEVICE_INDEX(snd_device)][effect_type] = effect_config; in platform_set_effect_config_data()
|