Home | History | Annotate | Download | only in media

Lines Matching refs:TransportChannel

43 #include "webrtc/p2p/base/transportchannel.h"
269 LOG(LS_INFO) << "Create RTCP TransportChannel for " << content_name()
298 void BaseChannel::set_transport_channel(TransportChannel* new_tc) {
301 TransportChannel* old_tc = transport_channel_;
329 void BaseChannel::set_rtcp_transport_channel(TransportChannel* new_tc,
333 TransportChannel* old_tc = rtcp_transport_channel_;
366 void BaseChannel::ConnectToTransportChannel(TransportChannel* tc) {
375 void BaseChannel::DisconnectFromTransportChannel(TransportChannel* tc) {
428 // would be pointing to the wrong TransportChannel.
474 TransportChannel* channel = NULL;
490 void BaseChannel::OnWritableState(TransportChannel* channel) {
495 void BaseChannel::OnChannelRead(TransportChannel* channel,
510 void BaseChannel::OnReadyToSend(TransportChannel* channel) {
515 void BaseChannel::OnDtlsState(TransportChannel* channel,
524 // TransportChannel) or when TransportChannel is attached after DTLS is
549 bool BaseChannel::PacketIsRtcp(const TransportChannel* channel,
579 TransportChannel* channel = (!rtcp || rtcp_mux_filter_.IsActive()) ?
853 bool BaseChannel::SetDtlsSrtpCryptoSuites(TransportChannel* tc, bool rtcp) {
875 TransportChannel* channel =
1460 void VoiceChannel::OnChannelRead(TransportChannel* channel,