HomeSort by relevance Sort by last modified time
    Searched defs:allocator_factory_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectionfactory.h 118 talk_base::scoped_refptr<PortAllocatorFactoryInterface> allocator_factory_; member in class:webrtc::PeerConnectionFactory
peerconnectionfactory_unittest.cc 112 allocator_factory_ = webrtc::FakePortAllocatorFactory::Create();
119 allocator_factory_.get());
131 allocator_factory_.get());
146 talk_base::scoped_refptr<PortAllocatorFactoryInterface> allocator_factory_; member in class:PeerConnectionFactoryTest
179 allocator_factory_.get(),
215 allocator_factory_.get(),
236 allocator_factory_.get(),
266 allocator_factory_.get(),
303 allocator_factory_.get(),
peerconnection_unittest.cc 451 allocator_factory_ = webrtc::FakePortAllocatorFactory::Create();
452 if (!allocator_factory_) {
471 peer_connection_ = CreatePeerConnection(allocator_factory_.get(),
537 allocator_factory_; member in class:PeerConnectionTestClientBase
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
peerconnectiontestwrapper.h 111 allocator_factory_; member in class:PeerConnectionTestWrapper

Completed in 102 milliseconds