Searched refs:SurroundFormats (Results 1 – 2 of 2) sorted by relevance
142 using SurroundFormats = std::unordered_map<audio_format_t, std::unordered_set<audio_format_t>>; variable144 const SurroundFormats &getSurroundFormats() const in getSurroundFormats()149 void setSurroundFormats(const SurroundFormats &surroundFormats) in setSurroundFormats()179 SurroundFormats mSurroundFormats;
215 struct SurroundSoundFormatTraits : public StdCollectionTraits<AudioPolicyConfig::SurroundFormats>701 AudioPolicyConfig::SurroundFormats formats; in deserialize()