Searched refs:RegisterCaptureDataCallback (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_capture/include/mock/
H A Dmock_video_capture.h29 MOCK_METHOD1(RegisterCaptureDataCallback,
/external/chromium_org/third_party/webrtc/modules/video_capture/include/
H A Dvideo_capture.h100 virtual void RegisterCaptureDataCallback(
/external/chromium_org/third_party/webrtc/test/
H A Dvcm_capturer.cc36 vcm_->RegisterCaptureDataCallback(*this);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvideocapturemodule.h57 virtual void RegisterCaptureDataCallback(
H A Dwebrtcvideocapturer.cc275 module_->RegisterCaptureDataCallback(*this);
/external/chromium_org/third_party/webrtc/modules/video_capture/
H A Dvideo_capture_impl.h65 virtual void RegisterCaptureDataCallback(
H A Dvideo_capture_impl.cc190 void VideoCaptureImpl::RegisterCaptureDataCallback( function in class:webrtc::videocapturemodule::VideoCaptureImpl
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_capturer.cc124 capture_module_->RegisterCaptureDataCallback(*this);
164 capture_module_->RegisterCaptureDataCallback(*this);
H A Dvie_capturer_unittest.cc70 EXPECT_CALL(*mock_capture_module_, RegisterCaptureDataCallback(_))
/external/chromium_org/third_party/webrtc/modules/video_capture/test/
H A Dvideo_capture_unittest.cc262 module->RegisterCaptureDataCallback(*callback);
453 capture_module_->RegisterCaptureDataCallback(capture_callback_);

Completed in 2088 milliseconds