Home
last modified time | relevance | path

Searched refs:OnCandidatesAllocationDone (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/p2p/base/
Dp2p_transport_channel.h267 void OnCandidatesAllocationDone(PortAllocatorSession* session);
Dp2p_transport_channel.cc222 this, &P2PTransportChannel::OnCandidatesAllocationDone); in AddAllocatorSession()
854 OnCandidatesAllocationDone(raw_pooled_session); in MaybeStartGathering()
926 void P2PTransportChannel::OnCandidatesAllocationDone( in OnCandidatesAllocationDone() function in cricket::P2PTransportChannel
/external/webrtc/p2p/client/
Dbasic_port_allocator_unittest.cc284 this, &BasicPortAllocatorTestBase::OnCandidatesAllocationDone); in CreateSession()
370 void OnCandidatesAllocationDone(PortAllocatorSession* session) { in OnCandidatesAllocationDone() function in cricket::BasicPortAllocatorTestBase