Searched refs:transport_channel (Results 1 – 3 of 3) sorted by relevance
82 bool Init(TransportChannel* transport_channel,91 TransportChannel* transport_channel() const { in transport_channel() function
1765 cricket::TransportChannel* transport_channel = in TestSrtpError() local1766 channel2_->transport_channel(); in TestSrtpError()1767 transport_channel->SignalReadPacket( in TestSrtpError()1768 transport_channel, reinterpret_cast<const char*>(kBadPacket), in TestSrtpError()1775 TransportChannel* rtp = channel1_->transport_channel(); in TestOnReadyToSend()1807 TransportChannel* rtp = channel1_->transport_channel(); in TestOnReadyToSendWithRtcpMux()
197 bool BaseChannel::Init(TransportChannel* transport_channel, in Init() argument199 if (transport_channel == NULL) { in Init()205 transport_channel_ = transport_channel; in Init()