/hardware/qcom/audio/hal/ |
D | platform_api.h | 57 struct audio_usecase; 80 int platform_send_audio_calibration_v2(void *platform, struct audio_usecase *usecase, 166 struct audio_usecase *usecase, snd_device_t snd_device); 169 struct audio_usecase *usecase, snd_device_t snd_device);
|
D | audio_hw.c | 649 struct audio_usecase *usecase) in enable_audio_route() 663 struct audio_usecase *uinfo; in enable_audio_route() 670 struct audio_usecase *voip_usecase = get_usecase_from_list(adev, in enable_audio_route() 679 uinfo = node_to_item(node, struct audio_usecase, list); in enable_audio_route() 710 struct audio_usecase *usecase) in disable_audio_route() 909 static int update_effect_param_ecns(struct audio_usecase *usecase, in update_effect_param_ecns() 945 struct audio_usecase *usecase = NULL; in enable_disable_effect() 996 struct audio_usecase *usecase = node_to_item(node, struct audio_usecase, list); in check_and_enable_effect() 1081 static snd_device_t derive_playback_snd_device(struct audio_usecase *uc, in derive_playback_snd_device() 1082 struct audio_usecase *new_uc, in derive_playback_snd_device() [all …]
|
D | voice.c | 105 struct audio_usecase *uc_info; in voice_stop_usecase() 159 struct audio_usecase *uc_info; in voice_start_usecase() 167 uc_info = (struct audio_usecase *)calloc(1, sizeof(struct audio_usecase)); in voice_start_usecase() 366 struct audio_usecase *usecase = NULL; in voice_set_mic_mute() 569 struct audio_usecase *usecase; in voice_update_devices_for_all_voice_usecases() 572 usecase = node_to_item(node, struct audio_usecase, list); in voice_update_devices_for_all_voice_usecases()
|
D | audio_hw.h | 338 struct audio_usecase { struct 438 struct audio_usecase *usecase); 447 struct audio_usecase *usecase); 449 struct audio_usecase *get_usecase_from_list(struct audio_device *adev,
|
/hardware/qcom/audio/hal/audio_extn/ |
D | spkr_protection.c | 141 struct audio_usecase *uc_info; in audio_extn_spkr_prot_calib_cancel() 303 struct audio_usecase *uc_info_rx = NULL, *uc_info_tx = NULL; in spkr_calibrate() 333 uc_info_rx = (struct audio_usecase *)calloc(1, sizeof(struct audio_usecase)); in spkr_calibrate() 364 uc_info_tx = (struct audio_usecase *) in spkr_calibrate() 365 calloc(1, sizeof(struct audio_usecase)); in spkr_calibrate() 805 struct audio_usecase *uc_info_tx; in audio_extn_spkr_prot_start_processing() 817 uc_info_tx = (struct audio_usecase *)calloc(1, sizeof(struct audio_usecase)); in audio_extn_spkr_prot_start_processing() 891 struct audio_usecase *uc_info_tx; in audio_extn_spkr_prot_stop_processing()
|
D | audio_extn.h | 141 void audio_extn_sound_trigger_update_stream_status(struct audio_usecase *uc_info, 188 struct audio_usecase *usecase); 190 struct audio_usecase *usecase);
|
D | ext_speaker.c | 125 struct audio_usecase *usecase; in audio_extn_extspk_update() 127 usecase = node_to_item(node, struct audio_usecase, list); in audio_extn_extspk_update()
|
D | utils.c | 120 struct audio_usecase *usecase) in audio_extn_utils_send_app_type_cfg_hfp() 212 struct audio_usecase *usecase, in derive_capture_app_type_cfg() 265 struct audio_usecase *usecase, in derive_playback_app_type_cfg() 332 struct audio_usecase *usecase) in derive_acdb_dev_id() 346 struct audio_usecase *usecase) in audio_extn_utils_send_app_type_cfg() 443 struct audio_usecase *usecase) in audio_extn_utils_send_audio_calibration()
|
D | maxxaudio.h | 32 void audio_extn_ma_set_device(struct audio_usecase *usecase);
|
D | hfp.c | 247 struct audio_usecase *uc_info; in start_hfp() 259 uc_info = (struct audio_usecase *)calloc(1, sizeof(struct audio_usecase)); in start_hfp() 360 struct audio_usecase *uc_info; in stop_hfp() 416 struct audio_usecase *hfp_usecase = NULL; in audio_extn_hfp_is_active()
|
D | cirrus_playback.c | 460 struct audio_usecase *uc_info_rx = NULL; in audio_extn_cirrus_calibration_thread() 476 uc_info_rx = (struct audio_usecase *)calloc(1, sizeof(struct audio_usecase)); in audio_extn_cirrus_calibration_thread() 802 struct audio_usecase *uc_info_tx; in audio_extn_spkr_prot_start_processing() 813 uc_info_tx = (struct audio_usecase *)calloc(1, sizeof(*uc_info_tx)); in audio_extn_spkr_prot_start_processing() 890 struct audio_usecase *uc_info_tx; in audio_extn_spkr_prot_stop_processing()
|
D | maxxaudio.c | 243 static inline bool valid_usecase(struct audio_usecase *usecase) in valid_usecase() 292 struct audio_usecase *usecase; in check_and_send_all_audio_cal() 298 usecase = node_to_item(node, struct audio_usecase, list); in check_and_send_all_audio_cal() 683 void audio_extn_ma_set_device(struct audio_usecase *usecase) in audio_extn_ma_set_device()
|
D | tfa_98xx.c | 182 struct audio_usecase *usecase; in tfa_98xx_get_audio_mode() 192 usecase = node_to_item(node, struct audio_usecase, list); in tfa_98xx_get_audio_mode()
|
D | soundtrigger.c | 181 struct audio_usecase *uc_info) in populate_usecase() 398 void audio_extn_sound_trigger_update_stream_status(struct audio_usecase *uc_info, in audio_extn_sound_trigger_update_stream_status()
|
D | a2dp.c | 1545 struct audio_usecase *uc_info; in audio_extn_a2dp_set_parameters() 1589 uc_info = node_to_item(node, struct audio_usecase, list); in audio_extn_a2dp_set_parameters() 1607 struct audio_usecase *uc_info; in audio_extn_a2dp_set_parameters() 1646 uc_info = node_to_item(node, struct audio_usecase, list); in audio_extn_a2dp_set_parameters()
|
/hardware/qcom/audio/hal/msm8960/ |
D | platform.c | 1188 struct audio_usecase *usecase; in platform_check_and_set_swap_lr_channels() 1200 struct audio_usecase *usecase; in platform_set_swap_channels() 1212 usecase = node_to_item(node, struct audio_usecase, list); in platform_set_swap_channels() 1266 struct audio_usecase *usecase __unused, in platform_check_and_set_playback_backend_cfg() 1273 struct audio_usecase *usecase __unused, snd_device_t snd_device __unused) in platform_check_and_set_capture_backend_cfg() 1306 int platform_send_audio_calibration_v2(void *platform __unused, struct audio_usecase *usecase __unu… in platform_send_audio_calibration_v2()
|
/hardware/qcom/audio/hal/msm8974/ |
D | platform.c | 1057 struct audio_usecase *usecase; in platform_send_gain_dep_cal() 1072 usecase = node_to_item(node, struct audio_usecase, list); in platform_send_gain_dep_cal() 2405 int platform_send_audio_calibration_v2(void *platform, struct audio_usecase *usecase, in platform_send_audio_calibration_v2() 3999 struct audio_usecase *usecase; in platform_check_and_set_swap_lr_channels() 4011 struct audio_usecase *usecase; in platform_set_swap_channels() 4023 usecase = node_to_item(node, struct audio_usecase, list); in platform_set_swap_channels() 4294 struct audio_usecase *uc = NULL; in platform_get_voice_call_backend() 4302 uc = node_to_item(node, struct audio_usecase, list); in platform_get_voice_call_backend() 4374 struct audio_usecase *usecase, in pick_playback_cfg_for_uc() 4383 struct audio_usecase *uc; in pick_playback_cfg_for_uc() [all …]
|
/hardware/qcom/audio/hal/msm8916/ |
D | platform.c | 1318 struct audio_usecase *usecase __unused, in platform_check_and_set_playback_backend_cfg() 1325 struct audio_usecase *usecase __unused, in platform_check_and_set_capture_backend_cfg() 2724 struct audio_usecase *usecase; 2736 struct audio_usecase *usecase; 2748 usecase = node_to_item(node, struct audio_usecase, list); 2780 struct audio_usecase *usecase __unused,
|