Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4923 std::vector<audio_io_handle_t> potentialOutputsToReopen; in clearPreferredMixerAttributes() local
4926 potentialOutputsToReopen.push_back(mOutputs.keyAt(i)); in clearPreferredMixerAttributes()
4929 for (const auto output : potentialOutputsToReopen) { in clearPreferredMixerAttributes()