Home
last modified time | relevance | path

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

/external/webrtc/p2p/client/
Dbasic_port_allocator.cc1197 std::vector<PortInterface*> pruned_ports; in PrunePortsAndRemoveCandidates() local
1202 pruned_ports.push_back(data->port()); in PrunePortsAndRemoveCandidates()
1210 if (!pruned_ports.empty()) { in PrunePortsAndRemoveCandidates()
1211 SignalPortsPruned(this, pruned_ports); in PrunePortsAndRemoveCandidates()
Dbasic_port_allocator_unittest.cc410 const std::vector<PortInterface*>& pruned_ports) { in OnPortsPruned() argument
411 RTC_LOG(LS_INFO) << "Number of ports pruned: " << pruned_ports.size(); in OnPortsPruned()
414 for (PortInterface* port : pruned_ports) { in OnPortsPruned()
/external/webrtc/p2p/base/
Dp2p_transport_channel.h162 const std::vector<PortInterface*>& pruned_ports() { in pruned_ports() function
Dp2p_transport_channel_unittest.cc3121 if (ch->pruned_ports().empty()) { in GetPrunedPort()
3124 return static_cast<Port*>(ch->pruned_ports()[0]); in GetPrunedPort()