Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.cc310 std::vector<Connection*> active_connections; in ComputeState() local
313 active_connections.push_back(connection); in ComputeState()
316 if (active_connections.empty()) { in ComputeState()
321 for (Connection* connection : active_connections) { in ComputeState()