Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp916 DeviceVector msdDevices = getMsdAudioOutDevices(); in getOutputForAttrInt() local
994 if (!msdDevices.isEmpty()) { in getOutputForAttrInt()
995 *output = getOutputForDevices(msdDevices, session, *stream, config, flags); in getOutputForAttrInt()
999 __func__, msdDevices.toString().c_str(), outputDevices.toString().c_str()); in getOutputForAttrInt()
1000 outputDevices = msdDevices; in getOutputForAttrInt()