Searched refs:connectedSourceDevicePorts (Results 1 – 1 of 1) sorted by relevance
270 std::set<int32_t> connectedSourceDevicePorts = getConnectedSourceDevicePorts(); in getConnectedSourceDevicesPortsForMixPort() local274 if (connectedSourceDevicePorts.count(srcId) != 0) { in getConnectedSourceDevicesPortsForMixPort()353 std::set<int32_t> connectedSourceDevicePorts = getConnectedSourceDevicePorts(); in getRoutableSrcSinkPair() local357 [&](const auto& portId) { return connectedSourceDevicePorts.count(portId); }); in getRoutableSrcSinkPair()386 std::set<int32_t> connectedSourceDevicePorts = getConnectedSourceDevicePorts(); in getRoutableSrcSinkGroups() local391 return connectedSourceDevicePorts.count(portId); in getRoutableSrcSinkGroups()