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

  /external/chromium_org/remoting/host/
audio_capturer_win.h 52 HRESULT last_capture_error_; member in class:remoting::AudioCapturerWin
audio_capturer_win.cc 43 last_capture_error_(S_OK) {
270 if (FAILED(hr) && hr != last_capture_error_) {
271 last_capture_error_ = hr;

Completed in 317 milliseconds