HomeSort by relevance Sort by last modified time
    Searched defs:transport2 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_audio.cc 119 transport2 = new LoopBackTransport();
144 configuration.outgoing_transport = transport2;
154 transport2->SetSendModule(module1, rtp_payload_registry1_.get(),
162 delete transport2;
181 LoopBackTransport* transport2; member in class:RtpRtcpAudioTest
test_api_rtcp.cc 102 transport2 = new LoopBackTransport();
133 configuration.outgoing_transport = transport2;
147 transport2->SetSendModule(module1, rtp_payload_registry1_.get(),
199 delete transport2;
216 LoopBackTransport* transport2; member in class:RtpRtcpRtcpTest
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp_unittest.cc 803 const cricket::TransportInfo transport2 = transports2.at(i); local
804 EXPECT_EQ(transport1.content_name, transport2.content_name);
806 transport2.description.transport_type);
808 transport2.description.ice_ufrag);
810 transport2.description.ice_pwd);
813 *transport2.description.identity_fingerprint);
816 transport2.description.identity_fingerprint.get());
819 transport2.description.transport_options);
821 transport2.description.candidates));
    [all...]

Completed in 368 milliseconds