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

  /external/chromium_org/content/renderer/media/
rtc_video_capture_delegate.cc 35 state_callback_ = state_callback;
48 state_callback_.Reset();
112 if (!state_callback_.is_null())
113 state_callback_.Run(CAPTURE_RUNNING);
124 if (!state_callback_.is_null())
125 state_callback_.Run(CAPTURE_FAILED);
131 if (!error_occured_ && !state_callback_.is_null())
132 state_callback_.Run(CAPTURE_STOPPED);
rtc_video_capture_delegate.h 86 // |state_callback_| is provided to this class in StartCapture and must be
88 StateChangeCallback state_callback_; member in class:content::RtcVideoCaptureDelegate

Completed in 3070 milliseconds