/external/webrtc/webrtc/p2p/base/ |
p2ptransport.cc | 23 P2PTransport::P2PTransport(const std::string& name, PortAllocator* allocator)
|
p2ptransport.h | 22 P2PTransport(const std::string& name, PortAllocator* allocator);
|
portallocator.cc | 12 #include "webrtc/p2p/base/portallocator.h" 31 PortAllocatorSession* PortAllocator::CreateSession(
|
transport.h | 42 class PortAllocator; 161 Transport(const std::string& name, PortAllocator* allocator); 168 PortAllocator* port_allocator() { return allocator_; } 306 PortAllocator* const allocator_;
|
dtlstransport.h | 23 class PortAllocator; 26 // that takes a transport name and PortAllocator. 33 PortAllocator* allocator,
|
portallocator.h | 25 // PortAllocator is responsible for allocating Port types for a given 164 class PortAllocator : public sigslot::has_slots<> { 166 PortAllocator() : 175 virtual ~PortAllocator() {}
|
transportcontroller.h | 34 PortAllocator* port_allocator); 41 PortAllocator* port_allocator() const { return port_allocator_; } 200 PortAllocator* const port_allocator_ = nullptr;
|
p2ptransportchannel.h | 28 #include "webrtc/p2p/base/portallocator.h" 71 PortAllocator* allocator); 268 PortAllocator* allocator_;
|
transport.cc | 66 Transport::Transport(const std::string& name, PortAllocator* allocator)
|
faketransportcontroller.h | 354 FakeTransport(const std::string& name, PortAllocator* allocator)
|
transportcontroller.cc | 42 PortAllocator* port_allocator)
|
p2ptransportchannel.cc | 208 PortAllocator* allocator) [all...] |
p2ptransportchannel_unittest.cc | 365 cricket::PortAllocator* GetAllocator(int endpoint) { [all...] |
/external/webrtc/talk/app/webrtc/ |
peerconnectionfactoryproxy.h | 47 rtc::scoped_ptr<cricket::PortAllocator> a3, 74 cricket::PortAllocator* a3, 77 rtc::scoped_ptr<cricket::PortAllocator> ptr_a3(a3);
|
peerconnectionfactory.h | 61 rtc::scoped_ptr<cricket::PortAllocator> allocator,
|
webrtcsession.h | 157 cricket::PortAllocator* port_allocator); 163 cricket::PortAllocator* port_allocator() const { return port_allocator_; } 407 // the BUNDLE option, this method will disable BUNDLE in PortAllocator. 472 cricket::PortAllocator* const port_allocator_;
|
peerconnection.h | 77 rtc::scoped_ptr<cricket::PortAllocator> allocator, 357 rtc::scoped_ptr<cricket::PortAllocator> port_allocator_;
|
peerconnectionfactory.cc | 252 rtc::scoped_ptr<cricket::PortAllocator> allocator,
|
peerconnectioninterface.h | 90 #include "webrtc/p2p/base/portallocator.h" 499 // CreatePeerConnection version that takes a PortAllocator as an 531 rtc::scoped_ptr<cricket::PortAllocator> allocator,
|
peerconnection_unittest.cc | 743 rtc::scoped_ptr<cricket::PortAllocator> port_allocator( 768 rtc::scoped_ptr<cricket::PortAllocator> port_allocator, [all...] |
peerconnection.cc | 591 rtc::scoped_ptr<cricket::PortAllocator> allocator, [all...] |
webrtcsession.cc | 56 #include "webrtc/p2p/base/portallocator.h" 545 cricket::PortAllocator* port_allocator) [all...] |
/external/webrtc/webrtc/p2p/client/ |
fakeportallocator.h | 16 #include "webrtc/p2p/base/portallocator.h" 141 class FakePortAllocator : public cricket::PortAllocator {
|
basicportallocator.h | 17 #include "webrtc/p2p/base/portallocator.h" 25 class BasicPortAllocator : public PortAllocator {
|
/external/webrtc/talk/app/webrtc/test/ |
peerconnectiontestwrapper.cc | 75 rtc::scoped_ptr<cricket::PortAllocator> port_allocator(
|