Searched refs:network_thread_ (Results 1 – 3 of 3) sorted by relevance
150 allocator_(allocator), network_thread_(NULL), in BasicPortAllocatorSession()163 if (network_thread_ != NULL) in ~BasicPortAllocatorSession()164 network_thread_->Clear(this); in ~BasicPortAllocatorSession()184 network_thread_ = rtc::Thread::Current(); in StartGettingPorts()187 new rtc::BasicPacketSocketFactory(network_thread_)); in StartGettingPorts()192 network_thread_->Post(this, MSG_CONFIG_START); in StartGettingPorts()195 network_thread_->PostDelayed(ShakeDelay(), this, MSG_SHAKE); in StartGettingPorts()199 ASSERT(rtc::Thread::Current() == network_thread_); in StopGettingPorts()201 network_thread_->Post(this, MSG_CONFIG_STOP); in StopGettingPorts()206 network_thread_->Clear(this, MSG_ALLOCATE); in ClearGettingPorts()[all …]
105 rtc::Thread* network_thread() { return network_thread_; } in network_thread()187 rtc::Thread* network_thread_; variable
54 network_thread_.DetachFromThread(); in TransportFeedbackProxy()74 RTC_DCHECK(network_thread_.CalledOnValidThread()); in OnTransportFeedback()84 rtc::ThreadChecker network_thread_; member in webrtc::voe::TransportFeedbackProxy