Searched refs:old_tc (Results 1 – 1 of 1) sorted by relevance
301 TransportChannel* old_tc = transport_channel_; in set_transport_channel() local302 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() local334 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()