Lines Matching refs:pacs
229 auto const& pacs = in IsAudioSetConfigurationSupported() local
232 if (!utils::GetConfigurationSupportedPac(pacs, ent.codec)) { in IsAudioSetConfigurationSupported()
289 auto const& pacs = in ConfigureAses() local
294 !utils::GetConfigurationSupportedPac(pacs, ase_cfg.codec)) { in ConfigureAses()
317 !utils::GetConfigurationSupportedPac(pacs, ase_cfg.codec)) { in ConfigureAses()
377 utils::GetConfigurationSupportedPac(pacs, ase_cfg.codec))); in ConfigureAses()
844 auto& pacs = in GetSupportedAudioChannelCounts() local
847 if (pacs.size() == 0) { in GetSupportedAudioChannelCounts()
852 for (const auto& pac_tuple : pacs) { in GetSupportedAudioChannelCounts()
955 types::PublishedAudioCapabilities pacs) { in DumpPacsDebugState() argument
956 if (pacs.size() > 0) { in DumpPacsDebugState()
957 for (auto& pac : pacs) { in DumpPacsDebugState()