Home
last modified time | relevance | path

Searched refs:PortAllocator (Results 1 – 25 of 26) sorted by relevance

12

/external/webrtc/talk/app/webrtc/
Dpeerconnectionfactoryproxy.h47 rtc::scoped_ptr<cricket::PortAllocator> a3, in PROXY_METHOD1()
74 cricket::PortAllocator* a3, in PROXY_METHOD1()
77 rtc::scoped_ptr<cricket::PortAllocator> ptr_a3(a3); in PROXY_METHOD1()
Dwebrtcsession.h157 cricket::PortAllocator* port_allocator);
163 cricket::PortAllocator* port_allocator() const { return port_allocator_; } in port_allocator()
472 cricket::PortAllocator* const port_allocator_;
Dpeerconnection.h77 rtc::scoped_ptr<cricket::PortAllocator> allocator,
357 rtc::scoped_ptr<cricket::PortAllocator> port_allocator_;
Dpeerconnectionfactory.h61 rtc::scoped_ptr<cricket::PortAllocator> allocator,
Dpeerconnectionfactory.cc252 rtc::scoped_ptr<cricket::PortAllocator> allocator, in CreatePeerConnection()
Dpeerconnectioninterface.h531 rtc::scoped_ptr<cricket::PortAllocator> allocator,
Dpeerconnection_unittest.cc743 rtc::scoped_ptr<cricket::PortAllocator> port_allocator( in Init()
768 rtc::scoped_ptr<cricket::PortAllocator> port_allocator, in CreatePeerConnection()
Dwebrtcsession.cc545 cricket::PortAllocator* port_allocator) in WebRtcSession()
Dpeerconnection.cc591 rtc::scoped_ptr<cricket::PortAllocator> allocator, in Initialize()
/external/webrtc/webrtc/p2p/base/
Dtransport.h42 class PortAllocator; variable
161 Transport(const std::string& name, PortAllocator* allocator);
168 PortAllocator* port_allocator() { return allocator_; } in port_allocator()
306 PortAllocator* const allocator_;
Dportallocator.h164 class PortAllocator : public sigslot::has_slots<> {
166 PortAllocator() : in PortAllocator() function
175 virtual ~PortAllocator() {} in ~PortAllocator()
Dtransportcontroller.h34 PortAllocator* port_allocator);
41 PortAllocator* port_allocator() const { return port_allocator_; } in port_allocator()
200 PortAllocator* const port_allocator_ = nullptr;
Dp2ptransport.cc23 P2PTransport::P2PTransport(const std::string& name, PortAllocator* allocator) in P2PTransport()
Ddtlstransport.h23 class PortAllocator; variable
33 PortAllocator* allocator, in DtlsTransport()
Dp2ptransport.h22 P2PTransport(const std::string& name, PortAllocator* allocator);
Dportallocator.cc31 PortAllocatorSession* PortAllocator::CreateSession( in CreateSession()
Dp2ptransportchannel.h71 PortAllocator* allocator);
268 PortAllocator* allocator_;
Dtransport.cc66 Transport::Transport(const std::string& name, PortAllocator* allocator) in Transport()
Dfaketransportcontroller.h354 FakeTransport(const std::string& name, PortAllocator* allocator) in FakeTransport()
Dtransportcontroller.cc42 PortAllocator* port_allocator) in TransportController()
Dp2ptransportchannel.cc208 PortAllocator* allocator) in P2PTransportChannel()
Dp2ptransportchannel_unittest.cc365 cricket::PortAllocator* GetAllocator(int endpoint) { in GetAllocator()
/external/webrtc/webrtc/p2p/client/
Dfakeportallocator.h141 class FakePortAllocator : public cricket::PortAllocator {
Dbasicportallocator.h25 class BasicPortAllocator : public PortAllocator {
/external/webrtc/talk/app/webrtc/test/
Dpeerconnectiontestwrapper.cc75 rtc::scoped_ptr<cricket::PortAllocator> port_allocator( in CreatePc()

12