OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_connection
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel_unittest.cc
437
if (ep1_ch1()->
best_connection
() &&
438
ep2_ch1()->
best_connection
()) {
585
EXPECT_TRUE(ep1_ch1()->
best_connection
() &&
586
ep2_ch1()->
best_connection
());
638
return (ch && ch->
best_connection
()) ?
639
&ch->
best_connection
()->local_candidate() : NULL;
643
return (ch && ch->
best_connection
()) ?
644
&ch->
best_connection
()->remote_candidate() : NULL;
1168
const cricket::Connection*
best_connection
= NULL;
local
1186
const cricket::Connection*
best_connection
= NULL;
local
[
all
...]
transport.h
144
:
best_connection
(false),
156
bool
best_connection
; // Is this the best connection we have?
member in struct:cricket::ConnectionInfo
p2ptransportchannel.h
100
const Connection*
best_connection
() const { return best_connection_; }
function in class:cricket::P2PTransportChannel
p2ptransportchannel.cc
821
info.
best_connection
= (best_connection_ == connection);
[
all
...]
/external/chromium/third_party/libjingle/source/talk/p2p/client/
socketmonitor.h
42
bool
best_connection
;
member in struct:cricket::ConnectionInfo
socketmonitor.cc
125
info.
best_connection
= p2p_channel->
best_connection
() == connection;
/external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h
94
Connection*
best_connection
() const { return best_connection_; }
function in class:cricket::P2PTransportChannel
/external/chromium_org/remoting/protocol/
libjingle_transport_factory.cc
302
DCHECK(channel_->
best_connection
());
304
channel_->
best_connection
()->local_candidate();
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector.cc
689
info.
best_connection
);
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc
932
if (it->
best_connection
) {
[
all
...]
Completed in 119 milliseconds