Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.h276 static bool RunCapture(void*);
Daudio_device_mac.cc1417 new rtc::PlatformThread(RunCapture, this, "CaptureWorkerThread")); in StartRecording()
2659 bool AudioDeviceMac::RunCapture(void* ptrThis) { in RunCapture() function in webrtc::AudioDeviceMac