Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc96 _stopEventRec(*EventWrapper::Create()), in AudioDeviceMac()
144 RTC_DCHECK(&_stopEventRec != NULL); in AudioDeviceMac()
198 delete &_stopEventRec; in ~AudioDeviceMac()
1451 if (kEventTimeout == _stopEventRec.Wait(2000)) { in StopRecording()
2506 _stopEventRec.Set(); in implInDeviceIOProc()
Daudio_device_mac.h287 EventWrapper& _stopEventRec; variable