Searched refs:network_thread_ (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/p2p/client/
H A Dbasicportallocator.cc150 allocator_(allocator), network_thread_(NULL),
163 if (network_thread_ != NULL)
164 network_thread_->Clear(this);
184 network_thread_ = rtc::Thread::Current();
187 new rtc::BasicPacketSocketFactory(network_thread_));
192 network_thread_->Post(this, MSG_CONFIG_START);
195 network_thread_->PostDelayed(ShakeDelay(), this, MSG_SHAKE);
199 ASSERT(rtc::Thread::Current() == network_thread_);
201 network_thread_->Post(this, MSG_CONFIG_STOP);
206 network_thread_
[all...]
H A Dbasicportallocator.h105 rtc::Thread* network_thread() { return network_thread_; }
187 rtc::Thread* network_thread_; member in class:cricket::BasicPortAllocatorSession
/external/webrtc/webrtc/voice_engine/
H A Dchannel.cc54 network_thread_.DetachFromThread();
74 RTC_DCHECK(network_thread_.CalledOnValidThread());
84 rtc::ThreadChecker network_thread_; member in class:webrtc::voe::TransportFeedbackProxy

Completed in 203 milliseconds