Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dport_allocator.cc94 PortAllocator::PortAllocator() in PortAllocator() function in cricket::PortAllocator
106 void PortAllocator::Initialize() { in Initialize()
111 PortAllocator::~PortAllocator() { in ~PortAllocator()
115 void PortAllocator::set_restrict_ice_credentials_change(bool value) { in set_restrict_ice_credentials_change()
120 bool PortAllocator::SetConfiguration( in SetConfiguration()
134 bool PortAllocator::SetConfiguration( in SetConfiguration()
208 std::unique_ptr<PortAllocatorSession> PortAllocator::CreateSession( in CreateSession()
220 std::unique_ptr<PortAllocatorSession> PortAllocator::TakePooledSession( in TakePooledSession()
254 const PortAllocatorSession* PortAllocator::GetPooledSession( in GetPooledSession()
266 PortAllocator::FindPooledSession(const IceParameters* ice_credentials) const { in FindPooledSession()
[all …]
Dfake_port_allocator.h78 FakePortAllocatorSession(PortAllocator* allocator, in FakePortAllocatorSession()
210 class FakePortAllocator : public cricket::PortAllocator {
226 rtc::Bind(&PortAllocator::Initialize, in FakePortAllocator()
227 static_cast<PortAllocator*>(this))); in FakePortAllocator()
Dport_allocator.h327 friend class PortAllocator; variable
335 class RTC_EXPORT PortAllocator : public sigslot::has_slots<> {
337 PortAllocator();
338 ~PortAllocator() override;
Dp2p_transport_channel.h89 PortAllocator* allocator);
93 PortAllocator* allocator,
363 PortAllocator* allocator_ RTC_GUARDED_BY(network_thread_);
Dregathering_controller_unittest.cc112 std::unique_ptr<cricket::PortAllocator> allocator_;
Dp2p_transport_channel.cc126 PortAllocator* allocator) in P2PTransportChannel()
136 PortAllocator* allocator, in P2PTransportChannel()
/external/webrtc/api/
Dice_transport_interface.h24 class PortAllocator; variable
50 cricket::PortAllocator* port_allocator() { return port_allocator_; } in port_allocator()
51 void set_port_allocator(cricket::PortAllocator* port_allocator) { in set_port_allocator()
67 cricket::PortAllocator* port_allocator_ = nullptr;
Dice_transport_factory.h19 class PortAllocator; variable
32 cricket::PortAllocator* port_allocator);
Dice_transport_factory.cc52 cricket::PortAllocator* port_allocator) { in CreateIceTransport()
Dpeer_connection_factory_proxy.h32 std::unique_ptr<cricket::PortAllocator>,
Dpeer_connection_interface.cc77 std::unique_ptr<cricket::PortAllocator> allocator, in CreatePeerConnection()
Dpeer_connection_interface.h1257 std::unique_ptr<cricket::PortAllocator> allocator;
1374 std::unique_ptr<cricket::PortAllocator> allocator,
/external/webrtc/api/test/
Dmock_peer_connection_factory_interface.h38 std::unique_ptr<cricket::PortAllocator>,
/external/webrtc/pc/
Djsep_transport_controller.h111 cricket::PortAllocator* port_allocator,
358 cricket::PortAllocator* const port_allocator_ = nullptr;
Dpeer_connection_factory.h41 std::unique_ptr<cricket::PortAllocator> allocator,
Dpeer_connection_factory.cc232 std::unique_ptr<cricket::PortAllocator> allocator, in CreatePeerConnection()
286 rtc::Bind(&cricket::PortAllocator::SetNetworkIgnoreMask, in CreatePeerConnection()
Dpeer_connection_histogram_unittest.cc324 std::unique_ptr<cricket::PortAllocator> allocator, in CreatePeerConnection()
Dpeer_connection_integrationtest.cc567 cricket::PortAllocator* port_allocator() const { return port_allocator_; } in port_allocator()
621 std::unique_ptr<cricket::PortAllocator> port_allocator( in Init()
1021 cricket::PortAllocator* port_allocator_;
1550 RTC_FROM_HERE, rtc::Bind(&cricket::PortAllocator::set_flags, in SetPortAllocatorFlags()
1553 RTC_FROM_HERE, rtc::Bind(&cricket::PortAllocator::set_flags, in SetPortAllocatorFlags()
Dpeer_connection.cc2575 RTC_FROM_HERE, rtc::Bind(&cricket::PortAllocator::DiscardCandidatePool, in DoSetLocalDescription()
3029 RTC_FROM_HERE, rtc::Bind(&cricket::PortAllocator::DiscardCandidatePool, in DoSetRemoteDescription()
4353 RTC_FROM_HERE, rtc::Bind(&cricket::PortAllocator::DiscardCandidatePool, in Close()
4797 rtc::Bind(&cricket::PortAllocator::GetPooledIceCredentials, in GetOptionsForOffer()
5107 rtc::Bind(&cricket::PortAllocator::GetPooledIceCredentials, in GetOptionsForAnswer()
6053 rtc::Bind(&cricket::PortAllocator::GetCandidateStatsFromPooledSessions, in GetPooledCandidateStats()
Dpeer_connection.h1168 std::unique_ptr<cricket::PortAllocator>
Djsep_transport_controller.cc79 cricket::PortAllocator* port_allocator, in JsepTransportController()
Dpeer_connection_ice_unittest.cc93 cricket::PortAllocator* port_allocator_;
Djsep_transport_controller_unittest.cc79 cricket::PortAllocator* port_allocator = nullptr) { in CreateJsepTransportController()
/external/webrtc/pc/test/
Dpeer_connection_test_wrapper.cc103 std::unique_ptr<cricket::PortAllocator> port_allocator( in CreatePc()
/external/webrtc/p2p/client/
Dbasic_port_allocator.h29 class RTC_EXPORT BasicPortAllocator : public PortAllocator {