Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/
DAudioPolicyManager.cpp1671 SortedVector<audio_io_handle_t> dstOutputs = getOutputsForDevice(device, mOutputs); in getOutputForEffect() local
1673 audio_io_handle_t output = selectOutputForEffects(dstOutputs); in getOutputForEffect()
3676 SortedVector<audio_io_handle_t> dstOutputs = getOutputsForDevice(newDevice, mOutputs); in checkOutputForStrategy() local
3678 if (!vectorsEqual(srcOutputs,dstOutputs)) { in checkOutputForStrategy()
3680 strategy, srcOutputs[0], dstOutputs[0]); in checkOutputForStrategy()
3692 audio_io_handle_t fxOutput = selectOutputForEffects(dstOutputs); in checkOutputForStrategy()