Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/default/
DDevice.cpp118 if (mDevice->set_master_mute != NULL) { in setMasterMute()
119 retval = analyzeStatus("set_master_mute", mDevice->set_master_mute(mDevice, mute), in setMasterMute()
/hardware/libhardware/include/hardware/
Daudio.h787 int (*set_master_mute)(struct audio_hw_device *dev, bool mute); member
/hardware/libhardware/modules/audio/
Daudio_hw.c592 adev->device.set_master_mute = adev_set_master_mute; in adev_open()
/hardware/libhardware/modules/audio_remote_submix/
Daudio_hw.cpp1777 rsxadev->device.set_master_mute = adev_set_master_mute; in audio_config_compare()
/hardware/qcom/audio/hal/
Daudio_hw.c6465 adev->device.set_master_mute = adev_set_master_mute; in adev_open()