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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
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(),
peerconnectionfactory.cc 232 allocator_factory_ = PortAllocatorFactory::Create(worker_thread_);
233 if (!allocator_factory_)
257 allocator_factory_ = NULL;
308 ASSERT(allocator_factory || allocator_factory_);
314 allocator_factory ? allocator_factory : allocator_factory_.get(),
peerconnectionfactory.h 118 talk_base::scoped_refptr<PortAllocatorFactoryInterface> allocator_factory_; member in class:webrtc::PeerConnectionFactory
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.cc 72 allocator_factory_ = webrtc::FakePortAllocatorFactory::Create();
73 if (!allocator_factory_) {
97 ice_servers, constraints, allocator_factory_.get(), NULL, this);
peerconnectiontestwrapper.h 111 allocator_factory_; member in class:PeerConnectionTestWrapper

Completed in 3204 milliseconds