Home
last modified time | relevance | path

Searched refs:uc_info_tx (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/qcom/audio/hal/audio_extn/
H A Dspkr_protection.c366 if (!uc_info_tx) { in spkr_calibrate()
371 uc_info_tx->type = PCM_CAPTURE; in spkr_calibrate()
478 if (uc_info_tx != NULL) { in spkr_calibrate()
523 if (uc_info_tx) free(uc_info_tx); in spkr_calibrate()
805 struct audio_usecase *uc_info_tx; in audio_extn_spkr_prot_start_processing() local
818 if (!uc_info_tx) { in audio_extn_spkr_prot_start_processing()
862 if (uc_info_tx != NULL) { in audio_extn_spkr_prot_start_processing()
881 free(uc_info_tx); in audio_extn_spkr_prot_start_processing()
891 struct audio_usecase *uc_info_tx; in audio_extn_spkr_prot_stop_processing() local
904 if (uc_info_tx) { in audio_extn_spkr_prot_stop_processing()
[all …]
H A Dcirrus_playback.c802 struct audio_usecase *uc_info_tx; in audio_extn_spkr_prot_start_processing() local
813 uc_info_tx = (struct audio_usecase *)calloc(1, sizeof(*uc_info_tx)); in audio_extn_spkr_prot_start_processing()
814 if (!uc_info_tx) { in audio_extn_spkr_prot_start_processing()
824 uc_info_tx->type = PCM_CAPTURE; in audio_extn_spkr_prot_start_processing()
838 __func__, uc_info_tx->id); in audio_extn_spkr_prot_start_processing()
880 list_remove(&uc_info_tx->list); in audio_extn_spkr_prot_start_processing()
881 free(uc_info_tx); in audio_extn_spkr_prot_start_processing()
890 struct audio_usecase *uc_info_tx; in audio_extn_spkr_prot_stop_processing() local
900 if (uc_info_tx) { in audio_extn_spkr_prot_stop_processing()
909 list_remove(&uc_info_tx->list); in audio_extn_spkr_prot_stop_processing()
[all …]