Searched refs:connectionPair (Results 1 – 1 of 1) sorted by relevance
461 std::for_each(oldConnections.begin(), oldConnections.end(), [&](const auto& connectionPair) { in updateStreamsConnectedState() argument462 const int32_t mixPortConfigId = connectionPair.first; 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() argument478 const int32_t mixPortConfigId = connectionPair.first; in updateStreamsConnectedState()480 it == oldConnections.end() || it->second != connectionPair.second) { in updateStreamsConnectedState()