Home
last modified time | relevance | path

Searched refs:capture_worker_thread_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc161 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()
Daudio_device_mac.h293 rtc::scoped_ptr<rtc::PlatformThread> capture_worker_thread_; variable