Searched refs:monitor_thread_ (Results 1 – 2 of 2) sorted by relevance
44 monitor_thread_(monitor_thread), monitoring_(false), rate_(0) { in MediaMonitor()49 monitor_thread_->Clear(this); in ~MediaMonitor()91 ASSERT(rtc::Thread::Current() == monitor_thread_); in OnMessage()104 monitor_thread_->Post(this, MSG_MONITOR_SIGNAL); in PollMediaChannel()
60 rtc::Thread* monitor_thread_; variable