Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1664 std::vector<uint32_t> bestMatchCriteria(8, 0); in selectOutput() local
1731 if (std::lexicographical_compare(bestMatchCriteria.begin(), bestMatchCriteria.end(), in selectOutput()
1733 bestMatchCriteria = currentMatchCriteria; in selectOutput()
1737 std::copy(bestMatchCriteria.begin(), bestMatchCriteria.end(), in selectOutput()