Searched defs:allocator_factory_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectionfactory.h112 talk_base::scoped_refptr<PortAllocatorFactoryInterface> allocator_factory_; member in class:webrtc::PeerConnectionFactory
H A Dpeerconnectionfactory_unittest.cc99 allocator_factory_ = webrtc::FakePortAllocatorFactory::Create();
106 allocator_factory_.get());
118 allocator_factory_.get());
133 talk_base::scoped_refptr<PortAllocatorFactoryInterface> allocator_factory_; member in class:PeerConnectionFactoryTest
166 allocator_factory_.get(),
202 allocator_factory_.get(),
223 allocator_factory_.get(),
247 allocator_factory_.get(),
H A Dpeerconnection_unittest.cc451 allocator_factory_ = webrtc::FakePortAllocatorFactory::Create();
452 if (!allocator_factory_) {
471 peer_connection_ = CreatePeerConnection(allocator_factory_.get(),
537 allocator_factory_; member in class:PeerConnectionTestClientBase

Completed in 231 milliseconds