Home
last modified time | relevance | path

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

/external/webrtc/p2p/client/
Dbasic_port_allocator.h36 RelayPortFactoryInterface* relay_port_factory = nullptr);
73 RelayPortFactoryInterface* relay_port_factory() { in relay_port_factory() function
83 void InitRelayPortFactory(RelayPortFactoryInterface* relay_port_factory);
Dbasic_port_allocator.cc158 RelayPortFactoryInterface* relay_port_factory) in BasicPortAllocator() argument
160 InitRelayPortFactory(relay_port_factory); in BasicPortAllocator()
243 RelayPortFactoryInterface* relay_port_factory) { in InitRelayPortFactory() argument
244 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()