OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_connection
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/p2p/base/
p2ptransportchannel_unittest.cc
518
if (ep1_ch1()->
best_connection
() &&
519
ep2_ch1()->
best_connection
()) {
632
EXPECT_TRUE(ep1_ch1()->
best_connection
() &&
633
ep2_ch1()->
best_connection
());
722
return (ch && ch->
best_connection
()) ?
723
&ch->
best_connection
()->local_candidate() : NULL;
727
return (ch && ch->
best_connection
()) ?
728
&ch->
best_connection
()->remote_candidate() : NULL;
1170
const cricket::Connection*
best_connection
= NULL;
local
1229
const cricket::Connection*
best_connection
= NULL;
local
1245
const cricket::Connection*
best_connection
= NULL;
local
[
all
...]
transport.h
85
:
best_connection
(false),
99
bool
best_connection
; // Is this the best connection we have?
member in struct:cricket::ConnectionInfo
p2ptransportchannel.h
105
const Connection*
best_connection
() const { return best_connection_; }
function in class:cricket::P2PTransportChannel
p2ptransportchannel.cc
[
all
...]
/external/webrtc/talk/app/webrtc/
statscollector.cc
614
{StatsReport::kStatsValueNameActiveConnection, info.
best_connection
},
762
if (info.
best_connection
) {
[
all
...]
webrtcsession.cc
[
all
...]
/external/webrtc/talk/session/media/
channel.cc
829
if (it->
best_connection
) {
[
all
...]
Completed in 138 milliseconds