OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ORIGIN_MESSAGE
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/p2p/base/
turnport_unittest.cc
404
turn_port_->Candidates()[0], Port::
ORIGIN_MESSAGE
);
414
udp_port_->Candidates()[0], Port::
ORIGIN_MESSAGE
);
435
Port::
ORIGIN_MESSAGE
);
437
Port::
ORIGIN_MESSAGE
);
461
Port::
ORIGIN_MESSAGE
);
472
udp_port_->Candidates()[0], Port::
ORIGIN_MESSAGE
);
474
turn_port_->Candidates()[0], Port::
ORIGIN_MESSAGE
);
698
Port::
ORIGIN_MESSAGE
);
723
Port::
ORIGIN_MESSAGE
);
729
Port::
ORIGIN_MESSAGE
);
[
all
...]
portinterface.h
70
enum CandidateOrigin { ORIGIN_THIS_PORT, ORIGIN_OTHER_PORT,
ORIGIN_MESSAGE
};
port_unittest.cc
238
conn_ = port_->CreateConnection(remote_candidate, Port::
ORIGIN_MESSAGE
);
260
conn_ = port_->CreateConnection(c, Port::
ORIGIN_MESSAGE
);
[
all
...]
tcpport.cc
144
if (incoming_only_ && (origin ==
ORIGIN_MESSAGE
))
p2ptransportchannel.cc
35
return cricket::PortInterface::
ORIGIN_MESSAGE
;
789
if (origin == cricket::PortInterface::
ORIGIN_MESSAGE
&& incoming_only_)
[
all
...]
Completed in 59 milliseconds