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

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp3393 sp<SwAudioOutputDescriptor> dupOutputDesc = local
3395 dupOutputDesc->mOutput1 = mPrimaryOutput;
3396 dupOutputDesc->mOutput2 = desc;
3397 dupOutputDesc->mSamplingRate = desc->mSamplingRate;
3398 dupOutputDesc->mFormat = desc->mFormat;
3399 dupOutputDesc->mChannelMask = desc->mChannelMask;
3400 dupOutputDesc->mLatency = desc->mLatency;
3401 addOutput(duplicatedOutput, dupOutputDesc);
3402 applyStreamVolumes(dupOutputDesc, device, 0, true);
3707 sp<SwAudioOutputDescriptor> dupOutputDesc local
[all...]

Completed in 4335 milliseconds