Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp1989 AudioOutputDescriptor *dupOutputDesc = new AudioOutputDescriptor(NULL); in checkOutputsForDevice() local
1990 dupOutputDesc->mOutput1 = mOutputs.valueFor(mPrimaryOutput); in checkOutputsForDevice()
1991 dupOutputDesc->mOutput2 = mOutputs.valueFor(output); in checkOutputsForDevice()
1992 dupOutputDesc->mSamplingRate = desc->mSamplingRate; in checkOutputsForDevice()
1993 dupOutputDesc->mFormat = desc->mFormat; in checkOutputsForDevice()
1994 dupOutputDesc->mChannelMask = desc->mChannelMask; in checkOutputsForDevice()
1995 dupOutputDesc->mLatency = desc->mLatency; in checkOutputsForDevice()
1996 addOutput(duplicatedOutput, dupOutputDesc); in checkOutputsForDevice()
2254 AudioOutputDescriptor *dupOutputDesc = mOutputs.valueAt(i); in closeOutput() local
2255 if (dupOutputDesc->isDuplicated() && in closeOutput()
[all …]