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

/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-path.h33 bool has_agc() const { return feature_unit_ && feature_unit_->has_agc(); } function in class:audio::usb::AudioPath
H A Dusb-audio-units.cpp437 if (has_agc()) {
450 has_agc() ? "" : "not",
454 id(), has_mute() ? "" : "not", has_agc() ? "" : "not");
506 if (has_agc()) {
H A Dusb-audio-units.h267 bool has_agc() const { return (master_feat_ | ch_feat_) & USB_AUDIO_FU_BMA_AUTOMATIC_GAIN; } function in class:audio::usb::FeatureUnit
300 bool has_agc() const { return supported_ & USB_AUDIO_FU_BMA_AUTOMATIC_GAIN; } function in struct:audio::usb::FeatureUnit::Features
H A Dusb-audio-stream.cpp626 resp.can_agc = path.has_agc();
649 bool illegal_agc = (req.flags & AUDIO_SGF_AGC_VALID) && req_agc && !path.has_agc();

Completed in 57 milliseconds