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

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp3690 sp<AudioOutputDescriptor> dupOutputDesc = local
3692 dupOutputDesc->mOutput1 = mOutputs.valueFor(mPrimaryOutput);
3693 dupOutputDesc->mOutput2 = mOutputs.valueFor(output);
3694 dupOutputDesc->mSamplingRate = desc->mSamplingRate;
3695 dupOutputDesc->mFormat = desc->mFormat;
3696 dupOutputDesc->mChannelMask = desc->mChannelMask;
3697 dupOutputDesc->mLatency = desc->mLatency;
3698 addOutput(duplicatedOutput, dupOutputDesc);
3994 sp<AudioOutputDescriptor> dupOutputDesc = mOutputs.valueAt(i); local
3995 if (dupOutputDesc
[all...]

Completed in 196 milliseconds