OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:best_connection
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/p2p/base/
p2ptransportchannel.h
105
const Connection*
best_connection
() const { return best_connection_; }
function in class:cricket::P2PTransportChannel
transport.h
85
:
best_connection
(false),
99
bool
best_connection
; // Is this the best connection we have?
member in struct:cricket::ConnectionInfo
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
...]
Completed in 47 milliseconds