HomeSort by relevance Sort by last modified time
    Searched full:network_thread (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/p2p/client/
basicportallocator.cc 754 session_->network_thread()->Clear(this);
794 session_->network_thread()->Post(this, MSG_ALLOCATION_PHASE);
801 session_->network_thread()->Clear(this, MSG_ALLOCATION_PHASE);
806 ASSERT(rtc::Thread::Current() == session_->network_thread());
844 session_->network_thread()->PostDelayed(
850 session_->network_thread()->Clear(this, MSG_ALLOCATION_PHASE);
884 session_->network_thread(), session_->socket_factory(), network_,
889 session_->network_thread(), session_->socket_factory(), network_, ip_,
922 Port* port = TCPPort::Create(session_->network_thread(),
952 StunPort* port = StunPort::Create(session_->network_thread(),
    [all...]
basicportallocator.h 105 rtc::Thread* network_thread() { return network_thread_; } function in class:cricket::BasicPortAllocatorSession

Completed in 156 milliseconds