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

  /external/chromium_org/media/audio/win/
audio_unified_win.h 272 base::win::ScopedHandle stop_streaming_event_; member in class:media::WASAPIUnifiedStream
audio_unified_win.cc 172 stop_streaming_event_.Set(CreateEvent(NULL, FALSE, FALSE, NULL));
476 SetEvent(stop_streaming_event_.Get());
482 ResetEvent(stop_streaming_event_.Get());
689 wait_array[num_handles++] = stop_streaming_event_;
707 // |stop_streaming_event_| has been set.
    [all...]

Completed in 130 milliseconds