Home
last modified time | relevance | path

Searched refs:PCM_CAPTURE (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/audio/hal/audio_extn/
Dutils.c53 } else if (stream_type == PCM_CAPTURE) { in set_stream_app_type_mixer_ctrl()
166 rc = platform_get_default_app_type_v2(adev->platform, PCM_CAPTURE, &app_type); in audio_extn_utils_send_app_type_cfg_hfp()
171 PCM_CAPTURE, in audio_extn_utils_send_app_type_cfg_hfp()
185 rc = platform_get_default_app_type_v2(adev->platform, PCM_CAPTURE, &app_type); in audio_extn_utils_send_app_type_cfg_hfp()
188 acdb_dev_id, sample_rate, PCM_CAPTURE, in audio_extn_utils_send_app_type_cfg_hfp()
234 PCM_CAPTURE, in derive_capture_app_type_cfg()
242 PCM_CAPTURE, in derive_capture_app_type_cfg()
249 PCM_CAPTURE, in derive_capture_app_type_cfg()
339 } else if(usecase->type == PCM_CAPTURE) { in derive_acdb_dev_id()
372 } else if (usecase->type == PCM_CAPTURE) { in audio_extn_utils_send_app_type_cfg()
[all …]
Dsoundtrigger.c193 case PCM_CAPTURE: in populate_usecase()
374 device_type = PCM_CAPTURE; in audio_extn_sound_trigger_update_device_status()
383 if (device_type == PCM_CAPTURE) { in audio_extn_sound_trigger_update_device_status()
419 (uc_info->type == PCM_CAPTURE) || in audio_extn_sound_trigger_update_stream_status()
425 if (uc_info->type == PCM_CAPTURE || uc_info->type == VOICE_CALL) { in audio_extn_sound_trigger_update_stream_status()
Ddsm_feedback.c53 pcm_dev_tx_id = platform_get_pcm_device_id(USECASE_AUDIO_DSM_FEEDBACK, PCM_CAPTURE); in start_dsm_feedback_processing()
Dspkr_protection.c371 uc_info_tx->type = PCM_CAPTURE; in spkr_calibrate()
380 pcm_dev_tx_id = platform_get_pcm_device_id(uc_info_tx->id, PCM_CAPTURE); in spkr_calibrate()
482 platform_get_default_app_type_v2(adev->platform, PCM_CAPTURE, &app_type); in spkr_calibrate()
829 uc_info_tx->type = PCM_CAPTURE; in audio_extn_spkr_prot_start_processing()
837 pcm_dev_tx_id = platform_get_pcm_device_id(uc_info_tx->id, PCM_CAPTURE); in audio_extn_spkr_prot_start_processing()
866 platform_get_default_app_type_v2(adev->platform, PCM_CAPTURE, &app_type); in audio_extn_spkr_prot_start_processing()
Dcirrus_playback.c824 uc_info_tx->type = PCM_CAPTURE; in audio_extn_spkr_prot_start_processing()
834 pcm_dev_tx_id = platform_get_pcm_device_id(uc_info_tx->id, PCM_CAPTURE); in audio_extn_spkr_prot_start_processing()
Dhfp.c274 pcm_dev_tx_id = platform_get_pcm_device_id(uc_info->id, PCM_CAPTURE); in start_hfp()
Da2dp.c655 PCM_CAPTURE); in start_abr()
/hardware/qcom/audio/hal/
Daudio_hw.c382 PCM_PLAYBACK : PCM_CAPTURE); in may_use_noirq_mode()
661 if (usecase->type == PCM_CAPTURE) { in enable_audio_route()
680 if (uinfo->type != PCM_CAPTURE) { in enable_audio_route()
719 if (usecase->type == PCM_CAPTURE) in disable_audio_route()
732 if (usecase->type == PCM_CAPTURE) { in disable_audio_route()
997 if (usecase->type == PCM_CAPTURE && usecase->stream.in != NULL) { in check_and_enable_effect()
1169 if (usecase->type == PCM_CAPTURE || usecase == uc_info) in check_and_route_playback_usecases()
1486 if (usecase->type == PCM_CAPTURE || usecase->stream.out == NULL) { in force_device_switch()
1512 if (usecase->type == PCM_CAPTURE && usecase->stream.in != NULL) { in adev_get_active_input()
1529 if (usecase->type == PCM_CAPTURE && usecase->stream.in != NULL && in get_voice_communication_input()
[all …]
Daudio_hw.h327 PCM_CAPTURE, enumerator
Dvoice.c181 pcm_dev_tx_id = platform_get_pcm_device_id(uc_info->id, PCM_CAPTURE); in voice_start_usecase()
/hardware/qcom/audio/hal/msm8974/
Dplatform.c723 {TO_NAME_INDEX(PCM_CAPTURE)},
1638 PCM_CAPTURE, in platform_backend_app_type_cfg_init()
2417 if ((usecase->type == PCM_HFP_CALL) || (usecase->type == PCM_CAPTURE)) in platform_send_audio_calibration_v2()
4583 if (usecase->type == PCM_CAPTURE) { in platform_check_and_set_capture_backend_cfg()
/hardware/qcom/audio/hal/msm8916/
Dplatform.c1602 if (type == PCM_CAPTURE) {