Home
last modified time | relevance | path

Searched refs:srcOutputs (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp5819 SortedVector<audio_io_handle_t> srcOutputs = getOutputsForDevices(oldDevices, mPreviousOutputs); in checkOutputForAttributes() local
5851 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()