Searched refs:srcOutputs (Results 1 – 1 of 1) sorted by relevance
5582 SortedVector<audio_io_handle_t> srcOutputs = getOutputsForDevices(oldDevices, mPreviousOutputs); in checkOutputForAttributes() local5614 if (srcOutputs != dstOutputs || invalidate) { in checkOutputForAttributes()5617 for (audio_io_handle_t srcOut : srcOutputs) { in checkOutputForAttributes()5656 ALOGV_IF(!(srcOutputs.isEmpty() || dstOutputs.isEmpty()), in checkOutputForAttributes()5658 std::to_string(srcOutputs[0]).c_str(), in checkOutputForAttributes()5661 for (audio_io_handle_t srcOut : srcOutputs) { in checkOutputForAttributes()