OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServerAddress
(Results
1 - 5
of
5
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
relayport.h
79
const ProtocolAddress *
ServerAddress
(size_t index) const;
relayport.cc
244
const ProtocolAddress * RelayPort::
ServerAddress
(size_t index) const {
437
const ProtocolAddress* ra = port()->
ServerAddress
(server_index_);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayport.h
78
const ProtocolAddress *
ServerAddress
(size_t index) const;
relayport.cc
251
const ProtocolAddress * RelayPort::
ServerAddress
(size_t index) const {
474
const ProtocolAddress* ra = port()->
ServerAddress
(server_index_);
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker.cc
253
const ProtocolAddress* address = relay_port->
ServerAddress
(0);
390
nic_info->media_server_address = port->
ServerAddress
(0)->address;
Completed in 1975 milliseconds