Searched refs:capture_worker_thread_ (Results 1 – 2 of 2) sorted by relevance
161 RTC_DCHECK(!capture_worker_thread_.get()); in ~AudioDeviceMac()1415 RTC_DCHECK(!capture_worker_thread_.get()); in StartRecording()1416 capture_worker_thread_.reset( in StartRecording()1418 RTC_DCHECK(capture_worker_thread_.get()); in StartRecording()1419 capture_worker_thread_->Start(); in StartRecording()1420 capture_worker_thread_->SetPriority(rtc::kRealtimePriority); in StartRecording()1499 if (capture_worker_thread_.get()) { in StopRecording()1501 capture_worker_thread_->Stop(); in StopRecording()1502 capture_worker_thread_.reset(); in StopRecording()
293 rtc::scoped_ptr<rtc::PlatformThread> capture_worker_thread_; variable