Home
last modified time | relevance | path

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

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