Searched refs:platform_set_device_mute (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/qcom/audio/hal/ |
H A D | voice.c | 373 err = platform_set_device_mute(adev->platform, state, "tx"); in voice_set_mic_mute() 397 platform_set_device_mute(adev->platform, true, "tx"); in voice_set_device_mute_flag() 401 platform_set_device_mute(adev->platform, false, "tx"); in voice_set_device_mute_flag()
|
H A D | platform_api.h | 103 int platform_set_device_mute(void *platform, bool state, char *dir);
|
/aosp12/hardware/qcom/audio/hal/voice_extn/ |
H A D | voice_extn.c | 510 ret = platform_set_device_mute(adev->platform, mute, str_value); in voice_extn_set_parameters()
|
/aosp12/hardware/qcom/audio/hal/msm8960/ |
H A D | platform.c | 654 int platform_set_device_mute(void *platform __unused, bool state __unused, char *dir __unused) in platform_set_device_mute() function
|
/aosp12/hardware/qcom/audio/hal/msm8916/ |
H A D | platform.c | 1842 int platform_set_device_mute(void *platform, bool state, char *dir)
|
/aosp12/hardware/qcom/audio/hal/msm8974/ |
H A D | platform.c | 2772 int platform_set_device_mute(void *platform, bool state, char *dir) in platform_set_device_mute() function
|