Searched refs:get_master_mute (Results 1 – 7 of 7) sorted by relevance
80 if (mDev->get_master_mute == NULL) return INVALID_OPERATION; in getMasterMute()81 return mDev->get_master_mute(mDev, state); in getMasterMute()
140 adev->get_master_mute = adev_get_master_mute; in adev_open()
130 if (mDevice->get_master_mute != NULL) { in getMasterMute()131 retval = analyzeStatus("get_master_mute", mDevice->get_master_mute(mDevice, &mute), in getMasterMute()
915 int (*get_master_mute)(struct audio_hw_device *dev, bool *mute); member
593 adev->device.get_master_mute = adev_get_master_mute; in adev_open()
1827 rsxadev->device.get_master_mute = adev_get_master_mute; in audio_config_compare()
6592 adev->device.get_master_mute = adev_get_master_mute; in adev_open()