Searched refs:adev_get_mic_mute (Results 1 - 5 of 5) sorted by relevance

/hardware/libhardware/modules/audio/
H A Daudio_hw.c315 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) function
408 adev->device.get_mic_mute = adev_get_mic_mute;
/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c344 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) function
405 adev->hw_device.get_mic_mute = adev_get_mic_mute;
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp666 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) function in namespace:android
801 rsxadev->device.get_mic_mute = adev_get_mic_mute;
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp456 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) function
659 ladev->device.get_mic_mute = adev_get_mic_mute;
/hardware/qcom/audio/alsa_sound/
H A Daudio_hw_hal.cpp484 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) function
733 qadev->device.get_mic_mute = adev_get_mic_mute;

Completed in 10 milliseconds