Searched refs:_stopEvent (Results 1 – 2 of 2) sorted by relevance
97 _stopEvent(*EventWrapper::Create()), in AudioDeviceMac()143 RTC_DCHECK(&_stopEvent != NULL); in AudioDeviceMac()197 delete &_stopEvent; in ~AudioDeviceMac()1477 if (kEventTimeout == _stopEvent.Wait(2000)) { in StopRecording()1583 if (kEventTimeout == _stopEvent.Wait(2000)) { in StopPlayout()2411 _stopEvent.Set(); in implDeviceIOProc()
288 EventWrapper& _stopEvent; variable