Searched refs:main_thread_ (Results 1 – 7 of 7) sorted by relevance
82 : main_thread_(rtc::Thread::Current()), in RemoteAudioSource()84 RTC_DCHECK(main_thread_); in RemoteAudioSource()88 RTC_DCHECK(main_thread_->IsCurrent()); in ~RemoteAudioSource()95 RTC_DCHECK(main_thread_->IsCurrent()); in Initialize()105 RTC_DCHECK(main_thread_->IsCurrent()); in state()110 RTC_DCHECK(main_thread_->IsCurrent()); in remote()133 RTC_DCHECK(main_thread_->IsCurrent()); in AddSink()147 RTC_DCHECK(main_thread_->IsCurrent()); in RemoveSink()166 main_thread_->Post(new MessageHandler(this)); in OnAudioProviderGone()170 RTC_DCHECK(main_thread_->IsCurrent()); in OnMessage()
90 rtc::Thread* const main_thread_; variable
25 EXPECT_EQ(harness_->main_thread_, Thread::Current()); in ~SlowSignalThread()35 EXPECT_EQ(harness_->main_thread_, Thread::Current()); in OnWorkStart()41 EXPECT_EQ(harness_->main_thread_, Thread::Current()); in OnWorkStop()47 EXPECT_EQ(harness_->main_thread_, Thread::Current()); in OnWorkDone()52 EXPECT_NE(harness_->main_thread_, Thread::Current()); in DoWork()65 EXPECT_EQ(main_thread_, Thread::Current()); in OnWorkComplete()74 main_thread_ = Thread::Current(); in SetUp()88 Thread* main_thread_; member in SignalThreadTest139 main_thread_ = owner.get(); in TEST_F()
50 main_thread_.DetachFromThread();86 RTC_DCHECK(main_thread_.CalledOnValidThread()); in RegisterSendCodec()141 RTC_DCHECK(main_thread_.CalledOnValidThread()); in RegisterExternalEncoder()161 RTC_DCHECK(main_thread_.CalledOnValidThread()); in Bitrate()173 RTC_DCHECK(main_thread_.CalledOnValidThread()); in FrameRate()335 RTC_DCHECK(main_thread_.CalledOnValidThread()); in SuspendBelowMinBitrate()
119 rtc::ThreadChecker main_thread_; variable
222 rtc::Thread* main_thread_; variable
103 main_thread_ = rtc::Thread::Current(); in Construct()537 main_thread_->Post(this, MSG_VIDEOCAPTURESTATE, in OnVideoCaptureStateChange()