Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4960 sp<SwAudioOutputDescriptor> closingOutput = mOutputs.valueFor(output); in closeOutput() local
4961 if (closingOutput == NULL) { in closeOutput()
4965 const bool closingOutputWasActive = closingOutput->isActive(); in closeOutput()
4966 mPolicyMixes.closeOutput(closingOutput); in closeOutput()
4972 (dupOutput->mOutput1 == closingOutput || dupOutput->mOutput2 == closingOutput)) { in closeOutput()
4974 dupOutput->mOutput1 == closingOutput ? dupOutput->mOutput2 : dupOutput->mOutput1; in closeOutput()
4997 ssize_t index = mAudioPatches.indexOfKey(closingOutput->getPatchHandle()); in closeOutput()
5007 closingOutput->stop(); in closeOutput()
5009 closingOutput->close(); in closeOutput()