Home
last modified time | relevance | path

Searched defs:muted (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/audio/aidl/default/alsa/
DMixer.cpp96 ndk::ScopedAStatus Mixer::setMasterMute(bool muted) { in setMasterMute()
108 ndk::ScopedAStatus Mixer::setMicMute(bool muted) { in setMicMute()
132 ndk::ScopedAStatus Mixer::setMixerControlMute(Mixer::Control ctl, bool muted) { in setMixerControlMute()
/hardware/libhardware/modules/audio/
Daudio_hw.c449 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute()
455 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute()
/hardware/libhardware/modules/audio_remote_submix/
Daudio_hw.cpp1378 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute()
1385 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute()
/hardware/qcom/audio/hal/
Daudio_hw.h234 bool muted; member