/aosp12/hardware/qcom/audio/hal/ |
H A D | audio_hw.c | 1003 struct audio_usecase *usecase = node_to_item(node, struct audio_usecase, list); in check_and_enable_effect() 1141 struct audio_usecase *usecase; in check_and_route_playback_usecases() 1235 struct audio_usecase *usecase; in check_and_route_capture_usecases() 1470 struct audio_usecase *usecase; in get_voice_usecase_id_from_list() 1486 struct audio_usecase *usecase; in get_usecase_from_list() 1524 struct audio_usecase *usecase = node_to_item(node, struct audio_usecase, list); in adev_get_active_input() 1541 struct audio_usecase *usecase = node_to_item(node, struct audio_usecase, list); in get_voice_communication_input() 1586 struct audio_usecase *usecase; in get_priority_input() 1878 struct audio_usecase *uc_info; in stop_input_stream() 1950 uc_info = (struct audio_usecase *)calloc(1, sizeof(struct audio_usecase)); in start_input_stream() [all …]
|
H A 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()
|
H A D | platform_api.h | 57 struct audio_usecase; 80 int platform_send_audio_calibration_v2(void *platform, struct audio_usecase *usecase, 167 struct audio_usecase *usecase, snd_device_t snd_device); 170 struct audio_usecase *usecase, snd_device_t snd_device);
|
H A D | audio_hw.h | 340 struct audio_usecase { struct 441 struct audio_usecase *usecase); 450 struct audio_usecase *usecase); 452 struct audio_usecase *get_usecase_from_list(struct audio_device *adev,
|
/aosp12/hardware/qcom/audio/hal/audio_extn/ |
H A 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()
|
H A 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()
|
H A 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);
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | maxxaudio.h | 32 void audio_extn_ma_set_device(struct audio_usecase *usecase);
|
H A D | maxxaudio.c | 244 static inline bool valid_usecase(struct audio_usecase *usecase) in valid_usecase() 293 struct audio_usecase *usecase; in check_and_send_all_audio_cal() 299 usecase = node_to_item(node, struct audio_usecase, list); in check_and_send_all_audio_cal() 684 void audio_extn_ma_set_device(struct audio_usecase *usecase) in audio_extn_ma_set_device()
|
H A 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()
|
H A 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()
|
H A D | a2dp.c | 1546 struct audio_usecase *uc_info; in audio_extn_a2dp_set_parameters() 1590 uc_info = node_to_item(node, struct audio_usecase, list); in audio_extn_a2dp_set_parameters() 1608 struct audio_usecase *uc_info; in audio_extn_a2dp_set_parameters() 1647 uc_info = node_to_item(node, struct audio_usecase, list); in audio_extn_a2dp_set_parameters()
|
/aosp12/hardware/qcom/audio/hal/msm8960/ |
H A D | platform.c | 1279 struct audio_usecase *usecase; in platform_check_and_set_swap_lr_channels() 1291 struct audio_usecase *usecase; in platform_set_swap_channels() 1303 usecase = node_to_item(node, struct audio_usecase, list); in platform_set_swap_channels() 1357 struct audio_usecase *usecase __unused, in platform_check_and_set_playback_backend_cfg() 1364 struct audio_usecase *usecase __unused, snd_device_t snd_device __unused) in platform_check_and_set_capture_backend_cfg() 1397 int platform_send_audio_calibration_v2(void *platform __unused, struct audio_usecase *usecase __unu… in platform_send_audio_calibration_v2()
|
/aosp12/hardware/qcom/audio/hal/msm8974/ |
H A D | platform.c | 1076 struct audio_usecase *usecase; in platform_send_gain_dep_cal() 4096 struct audio_usecase *usecase; in platform_check_and_set_swap_lr_channels() 4108 struct audio_usecase *usecase; in platform_set_swap_channels() 4120 usecase = node_to_item(node, struct audio_usecase, list); in platform_set_swap_channels() 4391 struct audio_usecase *uc = NULL; in platform_get_voice_call_backend() 4399 uc = node_to_item(node, struct audio_usecase, list); in platform_get_voice_call_backend() 4471 struct audio_usecase *usecase, in pick_playback_cfg_for_uc() 4480 struct audio_usecase *uc; in pick_playback_cfg_for_uc() 4481 uc = node_to_item(node, struct audio_usecase, list); in pick_playback_cfg_for_uc() 4634 struct audio_usecase *usecase, snd_device_t snd_device) in platform_check_and_set_playback_backend_cfg() [all …]
|
/aosp12/hardware/qcom/audio/hal/msm8916/ |
H A D | platform.c | 1336 struct audio_usecase *usecase __unused, in platform_check_and_set_playback_backend_cfg() 1343 struct audio_usecase *usecase __unused, in platform_check_and_set_capture_backend_cfg() 2815 struct audio_usecase *usecase; 2827 struct audio_usecase *usecase; 2839 usecase = node_to_item(node, struct audio_usecase, list); 2871 struct audio_usecase *usecase __unused,
|