Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp7584 SortedVector<audio_io_handle_t> srcOutputs = getOutputsForDevices(oldDevices, mPreviousOutputs); in checkOutputForAttributes() local
7626 if (srcOutputs != dstOutputs || !invalidatedOutputs.empty()) { in checkOutputForAttributes()
7629 for (audio_io_handle_t srcOut : srcOutputs) { in checkOutputForAttributes()
7686 ALOGV_IF(!(srcOutputs.isEmpty() || dstOutputs.isEmpty()), in checkOutputForAttributes()
7688 std::to_string(srcOutputs[0]).c_str(), in checkOutputForAttributes()