Home
last modified time | relevance | path

Searched refs:ClearGettingPorts (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/p2p/client/
Dfakeportallocator.h115 virtual void ClearGettingPorts() {} in ClearGettingPorts() function
Dbasicportallocator.h110 void ClearGettingPorts() override;
Dbasicportallocator.cc202 ClearGettingPorts(); in StopGettingPorts()
205 void BasicPortAllocatorSession::ClearGettingPorts() { in ClearGettingPorts() function in cricket::BasicPortAllocatorSession
Dportallocator_unittest.cc1398 session_->ClearGettingPorts(); in TEST_F()
/external/webrtc/webrtc/p2p/base/
Dportallocator.h132 virtual void ClearGettingPorts() = 0;
Dp2ptransportchannel.cc1137 session->ClearGettingPorts(); in MaybeStopPortAllocatorSessions()