Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/default/
DDevice.cpp128 if (mDevice->get_master_mute != NULL) { in getMasterMute()
129 retval = analyzeStatus("get_master_mute", mDevice->get_master_mute(mDevice, &mute), in getMasterMute()
/hardware/libhardware/include/hardware/
Daudio.h796 int (*get_master_mute)(struct audio_hw_device *dev, bool *mute); member
/hardware/libhardware/modules/audio/
Daudio_hw.c593 adev->device.get_master_mute = adev_get_master_mute; in adev_open()
/hardware/libhardware/modules/audio_remote_submix/
Daudio_hw.cpp1778 rsxadev->device.get_master_mute = adev_get_master_mute; in audio_config_compare()
/hardware/qcom/audio/hal/
Daudio_hw.c6466 adev->device.get_master_mute = adev_get_master_mute; in adev_open()