Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dp2p_transport_channel.h214 bool IsGettingPorts() { in IsGettingPorts() function
216 return allocator_session()->IsGettingPorts(); in IsGettingPorts()
Dfake_port_allocator.h131 bool IsGettingPorts() override { return running_; } in IsGettingPorts() function
Dport_allocator.h221 virtual bool IsGettingPorts() = 0;
Dp2p_transport_channel.cc828 } else if (IsGettingPorts()) { in MaybeStartGathering()
1873 if (!IsGettingPorts()) { in MaybeStopPortAllocatorSessions()
Dp2p_transport_channel_unittest.cc4387 EXPECT_TRUE(!ch.allocator_session()->IsGettingPorts()); in TEST_F()
4396 EXPECT_TRUE(ch.allocator_session()->IsGettingPorts()); in TEST_F()
4404 EXPECT_TRUE(!ch.allocator_session()->IsGettingPorts()); in TEST_F()
/external/webrtc/p2p/client/
Dbasic_port_allocator.h136 bool IsGettingPorts() override;
Dbasic_port_allocator.cc397 bool BasicPortAllocatorSession::IsGettingPorts() { in IsGettingPorts() function in cricket::BasicPortAllocatorSession