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 447 _hCaptureSamplesReadyEvent(NULL),
516 _hCaptureSamplesReadyEvent = CreateEvent(NULL, FALSE, FALSE, NULL);
593 if (NULL != _hCaptureSamplesReadyEvent)
595 CloseHandle(_hCaptureSamplesReadyEvent);
596 _hCaptureSamplesReadyEvent = NULL;
    [all...]

Completed in 44 milliseconds