Lines Matching refs:main_thread_
52 : main_thread_(rtc::Thread::Current()), in RemoteAudioSource()
55 RTC_DCHECK(main_thread_); in RemoteAudioSource()
60 RTC_DCHECK(main_thread_->IsCurrent()); in ~RemoteAudioSource()
67 RTC_DCHECK_RUN_ON(main_thread_); in Start()
83 RTC_DCHECK_RUN_ON(main_thread_); in Stop()
93 RTC_DCHECK(main_thread_->IsCurrent()); in state()
98 RTC_DCHECK(main_thread_->IsCurrent()); in remote()
122 RTC_DCHECK(main_thread_->IsCurrent()); in AddSink()
136 RTC_DCHECK(main_thread_->IsCurrent()); in RemoveSink()
163 main_thread_->Post(RTC_FROM_HERE, this, 0, in OnAudioChannelGone()
168 RTC_DCHECK(main_thread_->IsCurrent()); in OnMessage()