Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp5820 SortedVector<audio_io_handle_t> dstOutputs = getOutputsForDevices(newDevices, mOutputs); in checkOutputForAttributes() local
5851 if (srcOutputs != dstOutputs || invalidate) { in checkOutputForAttributes()
5868 const audio_io_handle_t newOutput = selectOutput(dstOutputs, in checkOutputForAttributes()
5893 ALOGV_IF(!(srcOutputs.isEmpty() || dstOutputs.isEmpty()), in checkOutputForAttributes()
5896 std::to_string(dstOutputs[0]).c_str()); in checkOutputForAttributes()