Home
last modified time | relevance | path

Searched refs:connections_to_prune (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/p2p/base/
Dbasic_ice_controller.cc769 std::vector<const Connection*> connections_to_prune; in PruneConnections() local
785 connections_to_prune.push_back(conn); in PruneConnections()
788 return connections_to_prune; in PruneConnections()
Dp2p_transport_channel.cc1712 std::vector<const Connection*> connections_to_prune = in PruneConnections() local
1714 for (const Connection* conn : connections_to_prune) { in PruneConnections()