Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp6745 std::unordered_set<audio_format_t> enforcedSurround( in modifySurroundFormats() local
6771 if (allSurround.count(*formatIter) == 0 && enforcedSurround.count(*formatIter) == 0) { in modifySurroundFormats()
6783 if (enforcedSurround.count(AUDIO_FORMAT_IEC61937) != 0) { in modifySurroundFormats()
6790 formatSet.insert(enforcedSurround.begin(), enforcedSurround.end()); in modifySurroundFormats()