HomeSort by relevance Sort by last modified time
    Searched refs:_hCaptureSamplesReadyEvent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.h 309 HANDLE _hCaptureSamplesReadyEvent;
audio_device_core_win.cc 441 _hCaptureSamplesReadyEvent(NULL),
510 _hCaptureSamplesReadyEvent = CreateEvent(NULL, FALSE, FALSE, NULL);
587 if (NULL != _hCaptureSamplesReadyEvent)
589 CloseHandle(_hCaptureSamplesReadyEvent);
590 _hCaptureSamplesReadyEvent = NULL;
    [all...]

Completed in 30 milliseconds