HomeSort by relevance Sort by last modified time
    Searched full:old_tc (Results 1 - 1 of 1) sorted by null

  /external/webrtc/talk/session/media/
channel.cc 301 TransportChannel* old_tc = transport_channel_; local
302 if (!old_tc && !new_tc) {
306 ASSERT(old_tc != new_tc);
308 if (old_tc) {
309 DisconnectFromTransportChannel(old_tc);
333 TransportChannel* old_tc = rtcp_transport_channel_; local
334 if (!old_tc && !new_tc) {
338 ASSERT(old_tc != new_tc);
340 if (old_tc) {
341 DisconnectFromTransportChannel(old_tc);
    [all...]

Completed in 232 milliseconds