Searched refs:newConnections (Results 1 – 1 of 1) sorted by relevance
436 Connections oldConnections, newConnections; in updateStreamsConnectedState() local459 fillConnections(newConnections, newPatch); in updateStreamsConnectedState()463 if (auto it = newConnections.find(mixPortConfigId); in updateStreamsConnectedState()464 it == newConnections.end() || it->second != connectionPair.second) { in updateStreamsConnectedState()477 std::for_each(newConnections.begin(), newConnections.end(), [&](const auto& connectionPair) { in updateStreamsConnectedState()