Searched refs:transport_channel_ (Results 1 – 4 of 4) sorted by relevance
101 transport_channel_(transport_channel), in BaseChannel()109 transport_channel_->SignalWritableState.connect( in BaseChannel()111 transport_channel_->SignalReadPacket.connect( in BaseChannel()129 if (transport_channel_ != NULL) in ~BaseChannel()130 session_->DestroyChannel(content_name_, transport_channel_->name()); in ~BaseChannel()179 socket_monitor_.reset(new SocketMonitor(transport_channel_, in StartConnectionMonitor()220 case ST_RTP: return transport_channel_->SetOption(opt, value); in SetOption()227 ASSERT(channel == transport_channel_ || channel == rtcp_transport_channel_); in OnWritableState()228 if (transport_channel_->writable() in OnWritableState()270 transport_channel_ : rtcp_transport_channel_; in SendPacket()[all …]
93 return transport_channel_; in transport_channel()241 TransportChannel *transport_channel_; variable
396 transport_channel_(NULL), in BaseChannel()423 if (transport_channel_ != NULL) in ~BaseChannel()424 session_->DestroyChannel(content_name_, transport_channel_->component()); in ~BaseChannel()436 transport_channel_ = transport_channel; in Init()438 if (!SetDtlsSrtpCiphers(transport_channel_, false)) { in Init()442 transport_channel_->SignalWritableState.connect( in Init()444 transport_channel_->SignalReadPacket.connect( in Init()446 transport_channel_->SignalReadyToSend.connect( in Init()529 socket_monitor_.reset(new SocketMonitor(transport_channel_, in StartConnectionMonitor()593 channel = transport_channel_; in SetOption()[all …]
94 return transport_channel_; in transport_channel()355 TransportChannel* transport_channel_; variable