Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudiohal/impl/
H A DDeviceHalLocal.cpp80 if (mDev->get_master_mute == NULL) return INVALID_OPERATION; in getMasterMute()
81 return mDev->get_master_mute(mDev, state); in getMasterMute()
/aosp12/system/bt/audio_bluetooth_hw/
H A Daudio_bluetooth_hw.cc140 adev->get_master_mute = adev_get_master_mute; in adev_open()
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DDevice.cpp130 if (mDevice->get_master_mute != NULL) { in getMasterMute()
131 retval = analyzeStatus("get_master_mute", mDevice->get_master_mute(mDevice, &mute), in getMasterMute()
/aosp12/hardware/libhardware/include/hardware/
H A Daudio.h915 int (*get_master_mute)(struct audio_hw_device *dev, bool *mute); member
/aosp12/hardware/libhardware/modules/audio/
H A Daudio_hw.c593 adev->device.get_master_mute = adev_get_master_mute; in adev_open()
/aosp12/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp1827 rsxadev->device.get_master_mute = adev_get_master_mute; in audio_config_compare()
/aosp12/hardware/qcom/audio/hal/
H A Daudio_hw.c6592 adev->device.get_master_mute = adev_get_master_mute; in adev_open()