Home
last modified time | relevance | path

Searched refs:old_tc (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/talk/session/media/
Dchannel.cc301 TransportChannel* old_tc = transport_channel_; in set_transport_channel() local
302 if (!old_tc && !new_tc) { in set_transport_channel()
306 ASSERT(old_tc != new_tc); in set_transport_channel()
308 if (old_tc) { in set_transport_channel()
309 DisconnectFromTransportChannel(old_tc); in set_transport_channel()
333 TransportChannel* old_tc = rtcp_transport_channel_; in set_rtcp_transport_channel() local
334 if (!old_tc && !new_tc) { in set_rtcp_transport_channel()
338 ASSERT(old_tc != new_tc); in set_rtcp_transport_channel()
340 if (old_tc) { in set_rtcp_transport_channel()
341 DisconnectFromTransportChannel(old_tc); in set_rtcp_transport_channel()