Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/client/
Dbasicportallocator.cc754 session_->network_thread()->Clear(this); in ~AllocationSequence()
794 session_->network_thread()->Post(this, MSG_ALLOCATION_PHASE); in Start()
801 session_->network_thread()->Clear(this, MSG_ALLOCATION_PHASE); in Stop()
806 ASSERT(rtc::Thread::Current() == session_->network_thread()); in OnMessage()
844 session_->network_thread()->PostDelayed( in OnMessage()
850 session_->network_thread()->Clear(this, MSG_ALLOCATION_PHASE); in OnMessage()
884 session_->network_thread(), session_->socket_factory(), network_, in CreateUDPPorts()
889 session_->network_thread(), session_->socket_factory(), network_, ip_, in CreateUDPPorts()
922 Port* port = TCPPort::Create(session_->network_thread(), in CreateTCPPorts()
952 StunPort* port = StunPort::Create(session_->network_thread(), in CreateStunPorts()
[all …]
Dbasicportallocator.h105 rtc::Thread* network_thread() { return network_thread_; } in network_thread() function