Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.h188 bool IsGettingPorts() { return allocator_session()->IsGettingPorts(); } in IsGettingPorts() function
Dportallocator.h134 virtual bool IsGettingPorts() = 0;
Dp2ptransportchannel.cc1126 if (!IsGettingPorts()) { in MaybeStopPortAllocatorSessions()
1131 if (!session->IsGettingPorts()) { in MaybeStopPortAllocatorSessions()
Dp2ptransportchannel_unittest.cc2346 EXPECT_TRUE(!ch.allocator_session()->IsGettingPorts()); in TEST_F()
2357 EXPECT_TRUE(!ch.allocator_session()->IsGettingPorts()); in TEST_F()
/external/webrtc/webrtc/p2p/client/
Dfakeportallocator.h114 virtual bool IsGettingPorts() { return running_; } in IsGettingPorts() function
Dbasicportallocator.h111 bool IsGettingPorts() override { return running_; } in IsGettingPorts() function