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

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2_unittest.h 132 class FakeWebRtcVideoChannel2 : public WebRtcVideoChannel2 {
134 FakeWebRtcVideoChannel2(FakeCall* call,
137 virtual ~FakeWebRtcVideoChannel2();
149 FakeWebRtcVideoChannel2* GetFakeChannel(VideoMediaChannel* channel);
156 std::map<VideoMediaChannel*, FakeWebRtcVideoChannel2*> channel_map_;
webrtcvideoengine2_unittest.cc 282 FakeWebRtcVideoChannel2::FakeWebRtcVideoChannel2(
291 FakeWebRtcVideoChannel2::~FakeWebRtcVideoChannel2() {
294 VoiceMediaChannel* FakeWebRtcVideoChannel2::GetVoiceChannel() {
298 FakeCall* FakeWebRtcVideoChannel2::GetFakeCall() {
302 FakeWebRtcVideoChannel2* FakeWebRtcVideoMediaChannelFactory::GetFakeChannel(
310 FakeWebRtcVideoChannel2* channel =
311 new FakeWebRtcVideoChannel2(new FakeCall(), engine, voice_channel);
361 FakeWebRtcVideoChannel2* fake_channel
    [all...]

Completed in 353 milliseconds