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

/fuchsia/zircon/system/uapp/ihda/
H A Dcodec_state_fetcher.h43 auto& afg = get_afg(); local
44 ZX_DEBUG_ASSERT(afg.widgets_ != nullptr);
45 ZX_DEBUG_ASSERT(widget_iter_ < afg.widget_count_);
46 return afg.widgets_[widget_iter_];
H A Dintel_hda_codec.cpp67 auto& afg = *widget.afg_; local
72 : afg.default_pcm_size_rate_;
78 auto& afg = *widget.afg_; local
83 : afg.default_pcm_formats_;
89 auto& afg = *widget.afg_; local
95 : afg.default_input_amp_caps_;
102 auto& afg = *widget.afg_; local
108 : afg.default_output_amp_caps_;
271 static zx_status_t ParseAFGCaps(AudioFunctionGroupState& afg, const CodecResponse& resp) { argument
272 afg
276 ParseAFGPcmSizeRate(AudioFunctionGroupState& afg, const CodecResponse& resp) argument
282 ParseAFGPcmFormats(AudioFunctionGroupState& afg, const CodecResponse& resp) argument
287 ParseAFGInputAmpCaps(AudioFunctionGroupState& afg, const CodecResponse& resp) argument
292 ParseAFGOutputAmpCaps(AudioFunctionGroupState& afg, const CodecResponse& resp) argument
297 ParseAFGGPIOCount(AudioFunctionGroupState& afg, const CodecResponse& resp) argument
308 ParseAFGImplId(AudioFunctionGroupState& afg, const CodecResponse& resp) argument
313 ParseAFGWidgetCount(AudioFunctionGroupState& afg, const CodecResponse& resp) argument
518 auto& afg = *(static_cast<AudioFunctionGroupState*>(ptr.get())); local
539 ReadAudioFunctionGroupState(AudioFunctionGroupState& afg) argument
[all...]
H A Dprint_codec_state.cpp558 const auto& afg = *reinterpret_cast<AudioFunctionGroupState*>(codec.fn_groups_[id].get()); local
560 printf(FMT("%08x\n"), "Raw Caps", afg.caps_.raw_data_);
561 printf(FMT("%s\n"), "Beep Gen", afg.caps_.has_beep_gen() ? "yes" : "no");
564 ihda_dump_delay(afg.caps_.path_input_delay());
567 ihda_dump_delay(afg.caps_.path_output_delay());
570 DUMP_FLAGS(afg.default_pcm_size_rate_, PCM_RATE_FLAGS, "", "none");
573 DUMP_FLAGS(afg.default_pcm_size_rate_, PCM_SIZE_FLAGS, " bits", "none");
576 DUMP_FLAGS(afg.default_pcm_formats_, PCM_FMT_FLAGS, "", "none");
579 Dump(afg.default_input_amp_caps_);
582 Dump(afg
[all...]
H A Dintel_hda_codec.h46 zx_status_t ReadAudioFunctionGroupState(AudioFunctionGroupState& afg);

Completed in 83 milliseconds