Searched defs:afg (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/uapp/ihda/
H A Dcodec_state_fetcher.h43 auto& afg = get_afg(); local
H A Dprint_codec_state.cpp558 const auto& afg = *reinterpret_cast<AudioFunctionGroupState*>(codec.fn_groups_[id].get()); local
[all...]
H A Dintel_hda_codec.cpp67 auto& afg = *widget.afg_; local
78 auto& afg = *widget.afg_; local
89 auto& afg = *widget.afg_; local
102 auto& afg = *widget.afg_; local
271 static zx_status_t ParseAFGCaps(AudioFunctionGroupState& afg, const CodecResponse& resp) { argument
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...]

Completed in 27 milliseconds