Searched refs:dstOutputs (Results 1 – 1 of 1) sorted by relevance
5116 SortedVector<audio_io_handle_t> dstOutputs = getOutputsForDevices(newDevices, mOutputs); in checkOutputForAttributes() local5131 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()