Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4884 sp<SwAudioOutputDescriptor> closingOutput = mOutputs.valueFor(output); in closeOutput() local
4885 if (closingOutput == NULL) { in closeOutput()
4889 const bool closingOutputWasActive = closingOutput->isActive(); in closeOutput()
4890 mPolicyMixes.closeOutput(closingOutput); in closeOutput()
4896 (dupOutput->mOutput1 == closingOutput || dupOutput->mOutput2 == closingOutput)) { in closeOutput()
4898 dupOutput->mOutput1 == closingOutput ? dupOutput->mOutput2 : dupOutput->mOutput1; in closeOutput()
4921 ssize_t index = mAudioPatches.indexOfKey(closingOutput->getPatchHandle()); in closeOutput()
4930 closingOutput->stop(); in closeOutput()
4932 closingOutput->close(); in closeOutput()