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 128 class FakeWebRtcVideoChannel2 : public WebRtcVideoChannel2 {
130 FakeWebRtcVideoChannel2(FakeCall* call,
133 virtual ~FakeWebRtcVideoChannel2();
145 FakeWebRtcVideoChannel2* GetFakeChannel(VideoMediaChannel* channel);
152 std::map<VideoMediaChannel*, FakeWebRtcVideoChannel2*> channel_map_;
webrtcvideoengine2_unittest.cc 256 FakeWebRtcVideoChannel2::FakeWebRtcVideoChannel2(
265 FakeWebRtcVideoChannel2::~FakeWebRtcVideoChannel2() {
268 VoiceMediaChannel* FakeWebRtcVideoChannel2::GetVoiceChannel() {
271 FakeCall* FakeWebRtcVideoChannel2::GetFakeCall() {
275 FakeWebRtcVideoChannel2* FakeWebRtcVideoMediaChannelFactory::GetFakeChannel(
283 FakeWebRtcVideoChannel2* channel =
284 new FakeWebRtcVideoChannel2(new FakeCall(), engine, voice_channel);
333 FakeWebRtcVideoChannel2* fake_channel
    [all...]

Completed in 28 milliseconds