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

  /external/webrtc/webrtc/p2p/client/
fakeportallocator.h 141 class FakePortAllocator : public cricket::PortAllocator {
143 FakePortAllocator(rtc::Thread* worker_thread,
  /external/webrtc/talk/app/webrtc/
peerconnectionfactory_unittest.cc 45 #include "webrtc/p2p/client/fakeportallocator.h"
115 new cricket::FakePortAllocator(rtc::Thread::Current(), nullptr));
143 rtc::scoped_ptr<cricket::FakePortAllocator> port_allocator_;
146 cricket::FakePortAllocator* raw_port_allocator_;
peerconnectioninterface_unittest.cc 58 #include "webrtc/p2p/client/fakeportallocator.h"
552 rtc::scoped_ptr<cricket::FakePortAllocator> port_allocator(
553 new cricket::FakePortAllocator(rtc::Thread::Current(), nullptr));
    [all...]
peerconnection_unittest.cc 61 #include "webrtc/p2p/client/fakeportallocator.h"
744 new cricket::FakePortAllocator(rtc::Thread::Current(), nullptr));
    [all...]
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel_unittest.cc 16 #include "webrtc/p2p/client/fakeportallocator.h"
    [all...]
  /external/webrtc/talk/app/webrtc/test/
peerconnectiontestwrapper.cc 36 #include "webrtc/p2p/client/fakeportallocator.h"
76 new cricket::FakePortAllocator(rtc::Thread::Current(), nullptr));

Completed in 123 milliseconds