Home
last modified time | relevance | path

Searched refs:DiscardCandidatePool (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/p2p/base/
Dport_allocator_unittest.cc277 TEST_F(PortAllocatorTest, DiscardCandidatePool) { in TEST_F() argument
279 allocator_->DiscardCandidatePool(); in TEST_F()
286 allocator_->DiscardCandidatePool(); in TEST_F()
293 allocator_->DiscardCandidatePool(); in TEST_F()
306 allocator_->DiscardCandidatePool(); in TEST_F()
Dport_allocator.cc282 void PortAllocator::DiscardCandidatePool() { in DiscardCandidatePool() function in cricket::PortAllocator
Dport_allocator.h438 void DiscardCandidatePool();
/external/webrtc/p2p/client/
Dbasic_port_allocator.cc210 DiscardCandidatePool(); in ~BasicPortAllocator()
/external/webrtc/pc/
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()