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

  /external/chromium_org/media/audio/win/
audio_low_latency_input_win.cc 60 stop_capture_event_.Set(CreateEvent(NULL, FALSE, FALSE, NULL));
61 DCHECK(stop_capture_event_.IsValid());
158 if (stop_capture_event_.IsValid()) {
159 SetEvent(stop_capture_event_.Get());
170 SetEvent(stop_capture_event_.Get());
336 HANDLE wait_array[2] = {stop_capture_event_, audio_samples_ready_event_};
348 // |stop_capture_event_| has been set.
audio_low_latency_input_win.h 210 base::win::ScopedHandle stop_capture_event_; member in class:media::WASAPIAudioInputStream

Completed in 89 milliseconds