Searched defs:allocator_factory (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/remoting/host/
H A Dchromium_port_allocator_factory.cc27 rtc::RefCountedObject<ChromiumPortAllocatorFactory>* allocator_factory = local
30 return allocator_factory;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectionfactory.cc57 webrtc::PortAllocatorFactoryInterface* allocator_factory,
62 allocator_factory(allocator_factory),
69 scoped_refptr<webrtc::PortAllocatorFactoryInterface> allocator_factory; member in struct:__anon12632::CreatePeerConnectionParams
206 pdata->allocator_factory,
289 PortAllocatorFactoryInterface* allocator_factory,
293 allocator_factory, dtls_identity_service,
304 PortAllocatorFactoryInterface* allocator_factory,
307 ASSERT(allocator_factory || allocator_factory_);
313 allocator_factory
54 CreatePeerConnectionParams( const webrtc::PeerConnectionInterface::RTCConfiguration& configuration, const webrtc::MediaConstraintsInterface* constraints, webrtc::PortAllocatorFactoryInterface* allocator_factory, webrtc::DTLSIdentityServiceInterface* dtls_identity_service, webrtc::PeerConnectionObserver* observer) argument
286 CreatePeerConnection( const PeerConnectionInterface::RTCConfiguration& configuration, const MediaConstraintsInterface* constraints, PortAllocatorFactoryInterface* allocator_factory, DTLSIdentityServiceInterface* dtls_identity_service, PeerConnectionObserver* observer) argument
301 CreatePeerConnection_s( const PeerConnectionInterface::RTCConfiguration& configuration, const MediaConstraintsInterface* constraints, PortAllocatorFactoryInterface* allocator_factory, DTLSIdentityServiceInterface* dtls_identity_service, PeerConnectionObserver* observer) argument
[all...]
H A Dpeerconnection.cc323 PortAllocatorFactoryInterface* allocator_factory,
333 allocator_factory, dtls_identity_service, observer);
341 webrtc::PortAllocatorFactoryInterface* allocator_factory,
349 allocator_factory->CreatePortAllocator(stun_config, turn_config));
320 Initialize( const PeerConnectionInterface::RTCConfiguration& configuration, const MediaConstraintsInterface* constraints, PortAllocatorFactoryInterface* allocator_factory, DTLSIdentityServiceInterface* dtls_identity_service, PeerConnectionObserver* observer) argument
336 DoInitialize( IceTransportsType type, const StunConfigurations& stun_config, const TurnConfigurations& turn_config, const MediaConstraintsInterface* constraints, webrtc::PortAllocatorFactoryInterface* allocator_factory, DTLSIdentityServiceInterface* dtls_identity_service, PeerConnectionObserver* observer) argument
H A Dpeerconnectioninterface.h497 PortAllocatorFactoryInterface* allocator_factory,
511 PortAllocatorFactoryInterface* allocator_factory,
516 return CreatePeerConnection(rtc_config, constraints, allocator_factory,
508 CreatePeerConnection( const PeerConnectionInterface::IceServers& configuration, const MediaConstraintsInterface* constraints, PortAllocatorFactoryInterface* allocator_factory, DTLSIdentityServiceInterface* dtls_identity_service, PeerConnectionObserver* observer) argument

Completed in 91 milliseconds