Searched refs:relay_port_factory (Results 1 – 2 of 2) sorted by relevance
36 RelayPortFactoryInterface* relay_port_factory = nullptr);73 RelayPortFactoryInterface* relay_port_factory() { in relay_port_factory() function83 void InitRelayPortFactory(RelayPortFactoryInterface* relay_port_factory);
158 RelayPortFactoryInterface* relay_port_factory) in BasicPortAllocator() argument160 InitRelayPortFactory(relay_port_factory); in BasicPortAllocator()243 RelayPortFactoryInterface* relay_port_factory) { in InitRelayPortFactory() argument244 if (relay_port_factory != nullptr) { in InitRelayPortFactory()245 relay_port_factory_ = relay_port_factory; in InitRelayPortFactory()1553 port = session_->allocator()->relay_port_factory()->Create( in CreateTurnPort()1567 port = session_->allocator()->relay_port_factory()->Create( in CreateTurnPort()