Searched defs:muted (Results 1 – 4 of 4) sorted by relevance
111 ndk::ScopedAStatus Mixer::getMasterMute(bool* muted) { in getMasterMute()123 ndk::ScopedAStatus Mixer::getMicMute(bool* muted) { in getMicMute()141 ndk::ScopedAStatus Mixer::setMasterMute(bool muted) { in setMasterMute()153 ndk::ScopedAStatus Mixer::setMicMute(bool muted) { in setMicMute()183 ndk::ScopedAStatus Mixer::getMixerControlMute(Control ctl, bool* muted) { in getMixerControlMute()217 ndk::ScopedAStatus Mixer::setMixerControlMute(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()
1382 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute()1389 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute()
234 bool muted; member