Searched refs:srcOutputs (Results 1 – 1 of 1) sorted by relevance
5036 SortedVector<audio_io_handle_t> srcOutputs = getOutputsForDevices(oldDevices, mPreviousOutputs); in checkOutputForAttributes() local5045 srcOutputs.add(desc->mIoHandle); in checkOutputForAttributes()5057 if (srcOutputs != dstOutputs) { in checkOutputForAttributes()5061 for (audio_io_handle_t srcOut : srcOutputs) { in checkOutputForAttributes()5067 ALOGV_IF(!(srcOutputs.isEmpty() || dstOutputs.isEmpty()), in checkOutputForAttributes()5069 std::to_string(srcOutputs[0]).c_str(), in checkOutputForAttributes()5072 for (audio_io_handle_t srcOut : srcOutputs) { in checkOutputForAttributes()