Home
last modified time | relevance | path

Searched refs:SetChannelFactory (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine2.h141 void SetChannelFactory(WebRtcVideoChannelFactory* channel_factory);
Dwebrtcvideoengine2_unittest.cc319 engine_.SetChannelFactory(&factory_); in WebRtcVideoEngine2Test()
Dwebrtcvideoengine2.cc299 void WebRtcVideoEngine2::SetChannelFactory( in SetChannelFactory() function in cricket::WebRtcVideoEngine2