Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp7218 SortedVector<audio_io_handle_t> dstOutputs = getOutputsForDevices(newDevices, mOutputs); in checkOutputForAttributes() local
7251 if (srcOutputs != dstOutputs || !invalidatedOutputs.empty()) { in checkOutputForAttributes()
7267 const audio_io_handle_t newOutput = selectOutput(dstOutputs, in checkOutputForAttributes()
7305 ALOGV_IF(!(srcOutputs.isEmpty() || dstOutputs.isEmpty()), in checkOutputForAttributes()
7308 std::to_string(dstOutputs[0]).c_str()); in checkOutputForAttributes()