Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5395 sp<SwAudioOutputDescriptor> closingOutput = mOutputs.valueFor(output); in closeOutput() local
5396 if (closingOutput == NULL) { in closeOutput()
5400 const bool closingOutputWasActive = closingOutput->isActive(); in closeOutput()
5401 mPolicyMixes.closeOutput(closingOutput); in closeOutput()
5407 (dupOutput->mOutput1 == closingOutput || dupOutput->mOutput2 == closingOutput)) { in closeOutput()
5409 dupOutput->mOutput1 == closingOutput ? dupOutput->mOutput2 : dupOutput->mOutput1; in closeOutput()
5432 ssize_t index = mAudioPatches.indexOfKey(closingOutput->getPatchHandle()); in closeOutput()
5442 closingOutput->stop(); in closeOutput()
5444 closingOutput->close(); in closeOutput()