Searched refs:msdDevices (Results 1 – 1 of 1) sorted by relevance
918 DeviceVector msdDevices = getMsdAudioOutDevices(); in getOutputForAttrInt() local1021 if (!msdDevices.isEmpty()) { in getOutputForAttrInt()1022 *output = getOutputForDevices(msdDevices, session, *stream, config, flags); in getOutputForAttrInt()1026 __func__, msdDevices.toString().c_str(), outputDevices.toString().c_str()); in getOutputForAttrInt()1027 outputDevices = msdDevices; in getOutputForAttrInt()