Home
last modified time | relevance | path

Searched refs:allSurround (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp6747 std::unordered_set<audio_format_t> allSurround; // A flat set of all known surround formats in modifySurroundFormats() local
6749 allSurround.insert(pair.first); in modifySurroundFormats()
6750 for (const auto& subformat : pair.second) allSurround.insert(subformat); in modifySurroundFormats()
6771 if (allSurround.count(*formatIter) == 0 && enforcedSurround.count(*formatIter) == 0) { in modifySurroundFormats()
6788 formatSet.insert(allSurround.begin(), allSurround.end()); in modifySurroundFormats()