Searched refs:has_mute (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-path.h34 bool has_mute() const { return feature_unit_ && feature_unit_->has_mute(); } function in class:audio::usb::AudioPath
H A Dusb-audio-units.cpp429 if (has_mute()) {
449 has_mute() ? "" : "not",
454 id(), has_mute() ? "" : "not", has_agc() ? "" : "not");
481 if (!(mute_cur_ && !has_mute())) {
493 if (has_mute()) {
H A Dusb-audio-units.h268 bool has_mute() const { return (master_feat_ | ch_feat_) & USB_AUDIO_FU_BMA_MUTE; } function in class:audio::usb::FeatureUnit
299 bool has_mute() const { return supported_ & USB_AUDIO_FU_BMA_MUTE; } function in struct:audio::usb::FeatureUnit::Features
H A Dusb-audio-stream.cpp624 resp.can_mute = path.has_mute();
648 bool illegal_mute = (req.flags & AUDIO_SGF_MUTE_VALID) && req_mute && !path.has_mute();

Completed in 35 milliseconds