Home
last modified time | relevance | path

Searched refs:set_master_mute (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/audio/2.0/default/
DDevice.cpp128 if (mDevice->set_master_mute != NULL) { in setMasterMute()
130 mDevice->set_master_mute(mDevice, mute)); in setMasterMute()
/hardware/libhardware/include/hardware/
Daudio.h683 int (*set_master_mute)(struct audio_hw_device *dev, bool mute); member
/hardware/libhardware/modules/audio/
Daudio_hw.c488 adev->device.set_master_mute = adev_set_master_mute; in adev_open()
/hardware/libhardware/modules/audio_remote_submix/
Daudio_hw.cpp1738 rsxadev->device.set_master_mute = adev_set_master_mute; in audio_config_compare()
/hardware/qcom/audio/hal/
Daudio_hw.c4168 adev->device.set_master_mute = adev_set_master_mute; in adev_open()