Home
last modified time | relevance | path

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

/external/webrtc/video/
Dreceive_statistics_proxy2.h158 int64_t last_sample_time_ RTC_GUARDED_BY(main_thread_);
160 QualityThreshold fps_threshold_ RTC_GUARDED_BY(main_thread_);
161 QualityThreshold qp_threshold_ RTC_GUARDED_BY(main_thread_);
162 QualityThreshold variance_threshold_ RTC_GUARDED_BY(main_thread_);
163 rtc::SampleCounter qp_sample_ RTC_GUARDED_BY(main_thread_);
164 int num_bad_states_ RTC_GUARDED_BY(main_thread_);
165 int num_certain_states_ RTC_GUARDED_BY(main_thread_);
167 mutable VideoReceiveStream::Stats stats_ RTC_GUARDED_BY(main_thread_);
170 RateStatistics decode_fps_estimator_ RTC_GUARDED_BY(main_thread_);
171 RateStatistics renders_fps_estimator_ RTC_GUARDED_BY(main_thread_);
[all …]
Dreceive_statistics_proxy2.cc146 RTC_DCHECK_RUN_ON(&main_thread_); in ~ReceiveStatisticsProxy()
153 RTC_DCHECK_RUN_ON(&main_thread_); in UpdateHistograms()
501 RTC_DCHECK_RUN_ON(&main_thread_); in QualitySample()
572 RTC_DCHECK_RUN_ON(&main_thread_); in UpdateFramerate()
590 RTC_DCHECK_RUN_ON(&main_thread_); in UpdateDecodeTimeHistograms()
646 RTC_DCHECK_RUN_ON(&main_thread_); in GetCurrentEstimatedPlayoutNtpTimestampMs()
656 RTC_DCHECK_RUN_ON(&main_thread_); in GetStats()
707 RTC_DCHECK_RUN_ON(&main_thread_); in OnIncomingPayloadType()
717 RTC_DCHECK_RUN_ON(&main_thread_); in OnDecoderImplementationName()
734 RTC_DCHECK_RUN_ON(&main_thread_); in OnFrameBufferTimingsUpdated()
[all …]
Dreceive_statistics_proxy.h201 rtc::ThreadChecker main_thread_; variable
Dreceive_statistics_proxy.cc914 RTC_DCHECK_RUN_ON(&main_thread_); in DecoderThreadStarting()
918 RTC_DCHECK_RUN_ON(&main_thread_); in DecoderThreadStopped()
/external/webrtc/pc/
Dremote_audio_source.cc52 : 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()
[all …]
Dremote_audio_source.h69 rtc::Thread* const main_thread_; variable
Dchannel_manager.h167 rtc::Thread* main_thread_; variable
Dchannel_manager.cc34 main_thread_(rtc::Thread::Current()), in ChannelManager()
/external/webrtc/rtc_base/deprecated/
Dsignal_thread_unittest.cc36 EXPECT_EQ(harness_->main_thread_, Thread::Current()); in ~SlowSignalThread()
46 EXPECT_EQ(harness_->main_thread_, Thread::Current()); in OnWorkStart()
52 EXPECT_EQ(harness_->main_thread_, Thread::Current()); in OnWorkStop()
58 EXPECT_EQ(harness_->main_thread_, Thread::Current()); in OnWorkDone()
63 EXPECT_NE(harness_->main_thread_, Thread::Current()); in DoWork()
76 EXPECT_EQ(main_thread_, Thread::Current()); in OnWorkComplete()
85 main_thread_ = Thread::Current(); in SetUp()
121 Thread* main_thread_; member in rtc::__anon298920680111::SignalThreadTest
180 main_thread_ = owner.get(); in TEST_F()
/external/webrtc/test/time_controller/
Dreal_time_controller.cc36 main_thread_(std::make_unique<MainThread>()) { in RealTimeController()
37 main_thread_->SetName("Main", this); in RealTimeController()
65 return main_thread_.get(); in GetMainThread()
69 main_thread_->ProcessMessages(duration.ms()); in AdvanceTime()
Dreal_time_controller.h39 const std::unique_ptr<rtc::Thread> main_thread_; variable
Dsimulated_time_controller.cc182 main_thread_ = std::move(main_thread); in GlobalSimulatedTimeController()
207 return main_thread_.get(); in GetMainThread()
Dsimulated_time_controller.h149 std::unique_ptr<rtc::Thread> main_thread_; variable
/external/webrtc/modules/audio_device/android/
Daaudio_player.cc28 : main_thread_(rtc::Thread::Current()), in AAudioPlayer()
149 RTC_DCHECK(main_thread_); in OnErrorCallback()
150 main_thread_->Post(RTC_FROM_HERE, this, kMessageOutputStreamDisconnected); in OnErrorCallback()
Daaudio_recorder.cc30 : main_thread_(rtc::Thread::Current()), in AAudioRecorder()
145 RTC_DCHECK(main_thread_); in OnErrorCallback()
146 main_thread_->Post(RTC_FROM_HERE, this, kMessageInputStreamDisconnected); in OnErrorCallback()
Daaudio_recorder.h99 rtc::Thread* main_thread_; variable
Daaudio_player.h106 rtc::Thread* main_thread_; variable
/external/webrtc/sdk/android/src/jni/audio_device/
Daaudio_recorder.cc32 : main_thread_(rtc::Thread::Current()), in AAudioRecorder()
157 RTC_DCHECK(main_thread_); in OnErrorCallback()
158 main_thread_->Post(RTC_FROM_HERE, this, kMessageInputStreamDisconnected); in OnErrorCallback()
Daaudio_player.cc29 : main_thread_(rtc::Thread::Current()), in AAudioPlayer()
165 RTC_DCHECK(main_thread_); in OnErrorCallback()
166 main_thread_->Post(RTC_FROM_HERE, this, kMessageOutputStreamDisconnected); in OnErrorCallback()
Daaudio_recorder.h101 rtc::Thread* main_thread_; variable
Daaudio_player.h110 rtc::Thread* 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()