Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5116 SortedVector<audio_io_handle_t> dstOutputs = getOutputsForDevices(newDevices, mOutputs); in checkOutputForAttributes() local
5131 dstOutputs.add(desc->mIoHandle); in checkOutputForAttributes()
5136 if (srcOutputs != dstOutputs) { in checkOutputForAttributes()
5146 ALOGV_IF(!(srcOutputs.isEmpty() || dstOutputs.isEmpty()), in checkOutputForAttributes()
5149 std::to_string(dstOutputs[0]).c_str()); in checkOutputForAttributes()