Searched refs:srcOutputs (Results 1 – 1 of 1) sorted by relevance
5819 SortedVector<audio_io_handle_t> srcOutputs = getOutputsForDevices(oldDevices, mPreviousOutputs); in checkOutputForAttributes() local5851 if (srcOutputs != dstOutputs || invalidate) { in checkOutputForAttributes()5854 for (audio_io_handle_t srcOut : srcOutputs) { in checkOutputForAttributes()5893 ALOGV_IF(!(srcOutputs.isEmpty() || dstOutputs.isEmpty()), in checkOutputForAttributes()5895 std::to_string(srcOutputs[0]).c_str(), in checkOutputForAttributes()5898 for (audio_io_handle_t srcOut : srcOutputs) { in checkOutputForAttributes()