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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp1948 AudioOutputDescriptor *dupOutputDesc = new AudioOutputDescriptor(NULL); local
1949 dupOutputDesc->mOutput1 = mOutputs.valueFor(mPrimaryOutput);
1950 dupOutputDesc->mOutput2 = mOutputs.valueFor(output);
1951 dupOutputDesc->mSamplingRate = desc->mSamplingRate;
1952 dupOutputDesc->mFormat = desc->mFormat;
1953 dupOutputDesc->mChannelMask = desc->mChannelMask;
1954 dupOutputDesc->mLatency = desc->mLatency;
1955 addOutput(duplicatedOutput, dupOutputDesc);
2034 AudioOutputDescriptor *dupOutputDesc = mOutputs.valueAt(i); local
2035 if (dupOutputDesc
[all...]

Completed in 2012 milliseconds