Home
last modified time | relevance | path

Searched refs:main_thread_ (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dremoteaudiosource.cc82 : 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()
Dremoteaudiosource.h90 rtc::Thread* const main_thread_; variable
/external/webrtc/webrtc/base/
Dsignalthread_unittest.cc25 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 SignalThreadTest
139 main_thread_ = owner.get(); in TEST_F()
/external/webrtc/webrtc/modules/video_coding/
Dvideo_sender.cc50 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()
Dvideo_coding_impl.h119 rtc::ThreadChecker main_thread_; variable
/external/libchrome/ipc/
Dipc_logging.cc52 main_thread_(base::ThreadTaskRunnerHandle::Get()), in Logging()
163 if (main_thread_->BelongsToCurrentThread()) { in OnPostDispatchMessage()
166 main_thread_->PostTask( in OnPostDispatchMessage()
Dipc_logging.h117 scoped_refptr<base::SingleThreadTaskRunner> main_thread_; in COMPONENT_EXPORT()
/external/webrtc/talk/session/media/
Dchannelmanager.h222 rtc::Thread* main_thread_; variable
Dchannelmanager.cc103 main_thread_ = rtc::Thread::Current(); in Construct()
537 main_thread_->Post(this, MSG_VIDEOCAPTURESTATE, in OnVideoCaptureStateChange()