Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dconnection_info.cc16 : best_connection(false), in ConnectionInfo()
Dconnection_info.h38 bool best_connection; // Is this the best connection we have? member
Dp2p_transport_channel.h146 const Connection* best_connection() const { in best_connection() function
Dp2p_transport_channel.cc1561 stats.best_connection = (selected_connection_ == connection); in GetStats()
Dp2p_transport_channel_unittest.cc1296 if (info.best_connection) { in TEST_F()
/external/webrtc/pc/
Drtc_stats_collector_unittest.cc1243 connection_info.best_connection = false; in TEST_F()
1332 .best_connection = true; in TEST_F()
2169 rtp_connection_info.best_connection = false; in TEST_F()
2206 rtcp_connection_info.best_connection = false; in TEST_F()
2249 .best_connection = true; in TEST_F()
2322 rtp_connection_info.best_connection = false; in TEST_F()
Dstats_collector.cc725 {StatsReport::kStatsValueNameActiveConnection, info.best_connection}, in AddConnectionInfoReport()
911 if (info.best_connection) { in ExtractSessionInfo()
Drtc_stats_collector.cc1398 if (info.best_connection) { in ProduceIceCandidateAndPairStats_n()
1829 if (info.best_connection) { in ProduceTransportStats_n()
Dpeer_connection.cc6983 if (!connection_info.best_connection) { in ReportBestConnectionState()