Home
last modified time | relevance | path

Searched refs:pacer_thread_ (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/call/
Dcongestion_controller.cc165 pacer_thread_(ProcessThread::Create("PacerThread")), in CongestionController()
174 pacer_thread_->RegisterModule(pacer_.get()); in CongestionController()
175 pacer_thread_->Start(); in CongestionController()
183 pacer_thread_->Stop(); in ~CongestionController()
184 pacer_thread_->DeRegisterModule(pacer_.get()); in ~CongestionController()
Dcongestion_controller.h84 rtc::scoped_ptr<ProcessThread> pacer_thread_; variable
/external/webrtc/webrtc/voice_engine/
Dchannel.cc53 pacer_thread_.DetachFromThread(); in TransportFeedbackProxy()
68 RTC_DCHECK(pacer_thread_.CalledOnValidThread()); in AddPacket()
83 rtc::ThreadChecker pacer_thread_; member in webrtc::voe::TransportFeedbackProxy
91 pacer_thread_.DetachFromThread(); in TransportSequenceNumberProxy()
103 RTC_DCHECK(pacer_thread_.CalledOnValidThread()); in AllocateSequenceNumber()
113 rtc::ThreadChecker pacer_thread_; member in webrtc::voe::TransportSequenceNumberProxy