Searched refs:possibleDevices (Results 1 – 3 of 3) sorted by relevance
64 auto possibleDevices = getSinkDevicesForMixPort(moduleName, mixPortName); in getSinkDeviceForMixPort() local66 possibleDevices.count(module->getDefaultOutputDevice())) { in getSinkDeviceForMixPort()113 const std::set<std::string>& possibleDevices) const { in findAttachedDevice()115 if (possibleDevices.count(device)) return device; in findAttachedDevice()
90 const std::set<std::string>& possibleDevices) const;
109 const std::set<std::string>& possibleDevices) const { in findAttachedDevice() argument111 if (possibleDevices.count(device)) return device; in findAttachedDevice()