Searched defs:muted (Results 1 – 4 of 4) sorted by relevance
96 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()
449 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()
1378 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()
234 bool muted; member