Home
last modified time | relevance | path

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

/hardware/interfaces/audio/2.0/default/
DDevice.cpp138 if (mDevice->get_master_mute != NULL) { in getMasterMute()
140 mDevice->get_master_mute(mDevice, &mute)); in getMasterMute()
/hardware/libhardware/include/hardware/
Daudio.h692 int (*get_master_mute)(struct audio_hw_device *dev, bool *mute); member
/hardware/libhardware/modules/audio/
Daudio_hw.c492 adev->device.get_master_mute = adev_get_master_mute; in adev_open()
/hardware/libhardware/modules/audio_remote_submix/
Daudio_hw.cpp1739 rsxadev->device.get_master_mute = adev_get_master_mute; in audio_config_compare()
/hardware/qcom/audio/hal/
Daudio_hw.c4796 adev->device.get_master_mute = adev_get_master_mute; in adev_open()