OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProtoToString
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/p2p/base/
relayport.cc
224
std::string proto_name =
ProtoToString
(addr.proto);
241
std::string proto_name =
ProtoToString
(iter->proto);
483
LOG(LS_INFO) << "Connecting to relay via " <<
ProtoToString
(ra->proto) <<
551
LOG(INFO) << "Relay allocate succeeded: " <<
ProtoToString
(proto)
port.h
96
const char*
ProtoToString
(ProtocolType proto);
p2ptransportchannel.cc
524
it->protocol() ==
ProtoToString
(proto))) {
575
remote_candidate = Candidate(component(),
ProtoToString
(proto), address, 0,
[
all
...]
turnport.cc
303
<<
ProtoToString
(server_address_.proto) << " @ "
709
ProtoToString
(server_address_.proto), // The first hop protocol.
[
all
...]
port.cc
97
const char*
ProtoToString
(ProtocolType proto) {
[
all
...]
/external/webrtc/talk/app/webrtc/
webrtcsdp.cc
[
all
...]
Completed in 55 milliseconds