Searched refs:dstOutputs (Results 1 – 1 of 1) sorted by relevance
7218 SortedVector<audio_io_handle_t> dstOutputs = getOutputsForDevices(newDevices, mOutputs); in checkOutputForAttributes() local7251 if (srcOutputs != dstOutputs || !invalidatedOutputs.empty()) { in checkOutputForAttributes()7267 const audio_io_handle_t newOutput = selectOutput(dstOutputs, in checkOutputForAttributes()7305 ALOGV_IF(!(srcOutputs.isEmpty() || dstOutputs.isEmpty()), in checkOutputForAttributes()7308 std::to_string(dstOutputs[0]).c_str()); in checkOutputForAttributes()