Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel_unittest.cc518 if (ep1_ch1()->best_connection() && in Test()
519 ep2_ch1()->best_connection()) { in Test()
632 EXPECT_TRUE(ep1_ch1()->best_connection() && in TestSignalRoleConflict()
633 ep2_ch1()->best_connection()); in TestSignalRoleConflict()
722 return (ch && ch->best_connection()) ? in LocalCandidate()
723 &ch->best_connection()->local_candidate() : NULL; in LocalCandidate()
727 return (ch && ch->best_connection()) ? in RemoteCandidate()
728 &ch->best_connection()->remote_candidate() : NULL; in RemoteCandidate()
1135 if (info.best_connection) { in TEST_F()
1170 const cricket::Connection* best_connection = NULL; in TEST_F() local
[all …]
Dtransport.h85 : best_connection(false), in ConnectionInfo()
99 bool best_connection; // Is this the best connection we have? member
Dp2ptransportchannel.h105 const Connection* best_connection() const { return best_connection_; } in best_connection() function
Dp2ptransportchannel.cc934 info.best_connection = (best_connection_ == connection); in GetStats()
/external/webrtc/talk/app/webrtc/
Dstatscollector.cc614 {StatsReport::kStatsValueNameActiveConnection, info.best_connection}, in AddConnectionInfoReport()
762 if (info.best_connection) { in ExtractSessionInfo()
Dwebrtcsession.cc2126 if (!it_info->best_connection) { in ReportBestConnectionState()
/external/webrtc/talk/session/media/
Dchannel.cc829 if (it->best_connection) { in ChannelWritable_w()