Searched refs:_stopEvent (Results 1 – 2 of 2) sorted by relevance
113 _stopEvent(*EventWrapper::Create()), in AudioDeviceMac()164 assert(&_stopEvent != NULL); in AudioDeviceMac()236 delete &_stopEvent; in ~AudioDeviceMac()1873 if (kEventTimeout == _stopEvent.Wait(2000)) in StopRecording()2000 if (kEventTimeout == _stopEvent.Wait(2000)) in StopPlayout()2879 _stopEvent.Set(); in implDeviceIOProc()
292 EventWrapper& _stopEvent; variable