Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4894 sp<SwAudioOutputDescriptor> dupOutput = mOutputs.valueAt(i); in closeOutput() local
4895 if (dupOutput->isDuplicated() && in closeOutput()
4896 (dupOutput->mOutput1 == closingOutput || dupOutput->mOutput2 == closingOutput)) { in closeOutput()
4898 dupOutput->mOutput1 == closingOutput ? dupOutput->mOutput2 : dupOutput->mOutput1; in closeOutput()
4905 dupOutput->setAllClientsInactive(); in closeOutput()