Searched refs:transport_channel_ (Results 1 – 2 of 2) sorted by relevance
164 transport_channel_(NULL), in BaseChannel()192 if (transport_channel_ != NULL) in ~BaseChannel()193 session_->DestroyChannel(content_name_, transport_channel_->component()); in ~BaseChannel()205 transport_channel_ = transport_channel; in Init()207 if (!SetDtlsSrtpCiphers(transport_channel_, false)) { in Init()211 transport_channel_->SignalWritableState.connect( in Init()213 transport_channel_->SignalReadPacket.connect( in Init()215 transport_channel_->SignalReadyToSend.connect( in Init()282 socket_monitor_.reset(new SocketMonitor(transport_channel_, in StartConnectionMonitor()346 channel = transport_channel_; in SetOption()[all …]
92 return transport_channel_; in transport_channel()377 TransportChannel* transport_channel_; variable