HomeSort by relevance Sort by last modified time
    Searched refs:StunConfiguration (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
fakeportallocatorfactory.h 48 const std::vector<StunConfiguration>& stun_configurations,
55 const std::vector<StunConfiguration>& stun_configs() const {
68 std::vector<PortAllocatorFactoryInterface::StunConfiguration> stun_configs_;
portallocatorfactory.h 56 const std::vector<StunConfiguration>& stun,
portallocatorfactory.cc 56 const std::vector<StunConfiguration>& stun,
59 typedef std::vector<StunConfiguration>::const_iterator StunIt;
peerconnectionfactory_unittest.cc 53 typedef std::vector<PortAllocatorFactoryInterface::StunConfiguration>
184 webrtc::PortAllocatorFactoryInterface::StunConfiguration stun1(
220 webrtc::PortAllocatorFactoryInterface::StunConfiguration stun1(
333 webrtc::PortAllocatorFactoryInterface::StunConfiguration stun1(
336 webrtc::PortAllocatorFactoryInterface::StunConfiguration stun2(
339 webrtc::PortAllocatorFactoryInterface::StunConfiguration stun3(
342 webrtc::PortAllocatorFactoryInterface::StunConfiguration stun4(
peerconnectioninterface.h 345 struct StunConfiguration {
346 StunConfiguration(const std::string& address, int port)
372 const std::vector<StunConfiguration>& stun_servers,
peerconnection.cc 162 typedef webrtc::PortAllocatorFactoryInterface::StunConfiguration
163 StunConfiguration;
168 std::vector<StunConfiguration>* stun_config,
249 stun_config->push_back(StunConfiguration(address, port));
324 std::vector<PortAllocatorFactoryInterface::StunConfiguration> stun_config;
585 std::vector<PortAllocatorFactoryInterface::StunConfiguration> stuns;
592 typedef std::vector<StunConfiguration>::const_iterator StunIt;
peerconnection.h 44 typedef std::vector<PortAllocatorFactoryInterface::StunConfiguration>
  /external/chromium_org/content/renderer/media/webrtc/
peer_connection_dependency_factory.cc 120 const std::vector<StunConfiguration>& stun_servers,

Completed in 520 milliseconds