Searched refs:pruned_ports (Results 1 – 4 of 4) sorted by relevance
1197 std::vector<PortInterface*> pruned_ports; in PrunePortsAndRemoveCandidates() local1202 pruned_ports.push_back(data->port()); in PrunePortsAndRemoveCandidates()1210 if (!pruned_ports.empty()) { in PrunePortsAndRemoveCandidates()1211 SignalPortsPruned(this, pruned_ports); in PrunePortsAndRemoveCandidates()
410 const std::vector<PortInterface*>& pruned_ports) { in OnPortsPruned() argument411 RTC_LOG(LS_INFO) << "Number of ports pruned: " << pruned_ports.size(); in OnPortsPruned()414 for (PortInterface* port : pruned_ports) { in OnPortsPruned()
162 const std::vector<PortInterface*>& pruned_ports() { in pruned_ports() function
3121 if (ch->pruned_ports().empty()) { in GetPrunedPort()3124 return static_cast<Port*>(ch->pruned_ports()[0]); in GetPrunedPort()