Searched refs:srcOutputs (Results 1 – 1 of 1) sorted by relevance
5239 SortedVector<audio_io_handle_t> srcOutputs = getOutputsForDevices(oldDevices, mPreviousOutputs); in checkOutputForAttributes() local5271 if (srcOutputs != dstOutputs || invalidate) { in checkOutputForAttributes()5274 for (audio_io_handle_t srcOut : srcOutputs) { in checkOutputForAttributes()5312 ALOGV_IF(!(srcOutputs.isEmpty() || dstOutputs.isEmpty()), in checkOutputForAttributes()5314 std::to_string(srcOutputs[0]).c_str(), in checkOutputForAttributes()5317 for (audio_io_handle_t srcOut : srcOutputs) { in checkOutputForAttributes()