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