Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp1218 SortedVector<audio_io_handle_t> dstOutputs = getOutputsForDevice(device, mOutputs); in getOutputForEffect() local
1220 audio_io_handle_t output = selectOutputForEffects(dstOutputs); in getOutputForEffect()
2328 SortedVector<audio_io_handle_t> dstOutputs = getOutputsForDevice(newDevice, mOutputs); in checkOutputForStrategy() local
2330 if (!vectorsEqual(srcOutputs,dstOutputs)) { in checkOutputForStrategy()
2332 strategy, srcOutputs[0], dstOutputs[0]); in checkOutputForStrategy()
2344 audio_io_handle_t fxOutput = selectOutputForEffects(dstOutputs); in checkOutputForStrategy()