Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp5632 sp<SwAudioOutputDescriptor> closingOutput = mOutputs.valueFor(output); in closeOutput() local
5633 if (closingOutput == NULL) { in closeOutput()
5637 const bool closingOutputWasActive = closingOutput->isActive(); in closeOutput()
5638 mPolicyMixes.closeOutput(closingOutput); in closeOutput()
5644 (dupOutput->mOutput1 == closingOutput || dupOutput->mOutput2 == closingOutput)) { in closeOutput()
5646 dupOutput->mOutput1 == closingOutput ? dupOutput->mOutput2 : dupOutput->mOutput1; in closeOutput()
5669 ssize_t index = mAudioPatches.indexOfKey(closingOutput->getPatchHandle()); in closeOutput()
5679 closingOutput->stop(); in closeOutput()
5681 closingOutput->close(); in closeOutput()