Lines Matching refs:TransportChannel
298 void BaseChannel::set_transport_channel(TransportChannel* new_tc) { in set_transport_channel()
301 TransportChannel* old_tc = transport_channel_; in set_transport_channel()
329 void BaseChannel::set_rtcp_transport_channel(TransportChannel* new_tc, in set_rtcp_transport_channel()
333 TransportChannel* old_tc = rtcp_transport_channel_; in set_rtcp_transport_channel()
366 void BaseChannel::ConnectToTransportChannel(TransportChannel* tc) { in ConnectToTransportChannel()
375 void BaseChannel::DisconnectFromTransportChannel(TransportChannel* tc) { in DisconnectFromTransportChannel()
474 TransportChannel* channel = NULL; in SetOption()
490 void BaseChannel::OnWritableState(TransportChannel* channel) { in OnWritableState()
495 void BaseChannel::OnChannelRead(TransportChannel* channel, in OnChannelRead()
510 void BaseChannel::OnReadyToSend(TransportChannel* channel) { in OnReadyToSend()
515 void BaseChannel::OnDtlsState(TransportChannel* channel, in OnDtlsState()
549 bool BaseChannel::PacketIsRtcp(const TransportChannel* channel, in PacketIsRtcp()
579 TransportChannel* channel = (!rtcp || rtcp_mux_filter_.IsActive()) ? in SendPacket()
853 bool BaseChannel::SetDtlsSrtpCryptoSuites(TransportChannel* tc, bool rtcp) { in SetDtlsSrtpCryptoSuites()
875 TransportChannel* channel = in SetupDtlsSrtp()
1460 void VoiceChannel::OnChannelRead(TransportChannel* channel, in OnChannelRead()