Home
last modified time | relevance | path

Searched refs:transport_channel (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/talk/session/media/
Dchannel_unittest.cc1734 cricket::TransportChannel* transport_channel = in TestSrtpError() local
1735 channel2_->transport_channel(); in TestSrtpError()
1736 transport_channel->SignalReadPacket( in TestSrtpError()
1737 transport_channel, reinterpret_cast<const char*>(kBadPacket), in TestSrtpError()
1745 TransportChannel* rtp = channel1_->transport_channel(); in TestOnReadyToSend()
1777 TransportChannel* rtp = channel1_->transport_channel(); in TestOnReadyToSendWithRtcpMux()
Dchannel.h99 TransportChannel* transport_channel() const { in transport_channel() function
Dchannel.cc226 if (!SetDtlsSrtpCryptoSuites(transport_channel(), false)) { in Init()
283 if (!transport_channel()) { in SetTransport_w()
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc1848 voice_channel_->transport_channel()->SignalSentPacket.connect( in CreateVoiceChannel()
1865 video_channel_->transport_channel()->SignalSentPacket.connect( in CreateVideoChannel()
1887 data_channel_->transport_channel()->SignalSentPacket.connect( in CreateDataChannel()
Dwebrtcsession_unittest.cc289 return ch->transport_channel(); in rtp_transport_channel()