Searched refs:dupOutputDesc (Results 1 – 1 of 1) sorted by relevance
3278 sp<AudioOutputDescriptor> dupOutputDesc = in checkOutputsForDevice() local3280 dupOutputDesc->mOutput1 = mOutputs.valueFor(mPrimaryOutput); in checkOutputsForDevice()3281 dupOutputDesc->mOutput2 = mOutputs.valueFor(output); in checkOutputsForDevice()3282 dupOutputDesc->mSamplingRate = desc->mSamplingRate; in checkOutputsForDevice()3283 dupOutputDesc->mFormat = desc->mFormat; in checkOutputsForDevice()3284 dupOutputDesc->mChannelMask = desc->mChannelMask; in checkOutputsForDevice()3285 dupOutputDesc->mLatency = desc->mLatency; in checkOutputsForDevice()3286 addOutput(duplicatedOutput, dupOutputDesc); in checkOutputsForDevice()3571 sp<AudioOutputDescriptor> dupOutputDesc = mOutputs.valueAt(i); in closeOutput() local3572 if (dupOutputDesc->isDuplicated() && in closeOutput()[all …]