Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_rtcp.cc80 transport2 = new LoopBackTransport(); in SetUp()
108 configuration.outgoing_transport = transport2; in SetUp()
121 transport2->SetSendModule(module1, rtp_payload_registry1_.get(), in SetUp()
174 delete transport2; in TearDown()
190 LoopBackTransport* transport2; member in webrtc::__anonb6bb32080111::RtpRtcpRtcpTest
Dtest_api_audio.cc94 transport2 = new LoopBackTransport(); in SetUp()
117 configuration.outgoing_transport = transport2; in SetUp()
127 transport2->SetSendModule(module1, rtp_payload_registry1_.get(), in SetUp()
135 delete transport2; in TearDown()
153 LoopBackTransport* transport2; member in webrtc::__anon2cb5cd810111::RtpRtcpAudioTest
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp_unittest.cc886 const cricket::TransportInfo transport2 = transports2.at(i); in CompareSessionDescription() local
887 EXPECT_EQ(transport1.content_name, transport2.content_name); in CompareSessionDescription()
889 transport2.description.ice_ufrag); in CompareSessionDescription()
891 transport2.description.ice_pwd); in CompareSessionDescription()
894 *transport2.description.identity_fingerprint); in CompareSessionDescription()
897 transport2.description.identity_fingerprint.get()); in CompareSessionDescription()
900 transport2.description.transport_options); in CompareSessionDescription()
902 transport2.description.candidates)); in CompareSessionDescription()