Searched defs:dupOutputDesc (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp3779 sp<SwAudioOutputDescriptor> dupOutputDesc = local
3781 dupOutputDesc->mOutput1 = mPrimaryOutput;
3782 dupOutputDesc->mOutput2 = desc;
3783 dupOutputDesc->mSamplingRate = desc->mSamplingRate;
3784 dupOutputDesc->mFormat = desc->mFormat;
3785 dupOutputDesc->mChannelMask = desc->mChannelMask;
3786 dupOutputDesc->mLatency = desc->mLatency;
3787 addOutput(duplicatedOutput, dupOutputDesc);
3788 applyStreamVolumes(dupOutputDesc, device, 0, true);
4036 sp<SwAudioOutputDescriptor> dupOutputDesc local
[all...]

Completed in 70 milliseconds