Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.h222 void OnCandidatesAllocationDone(PortAllocatorSession* session);
Dp2ptransportchannel.cc257 this, &P2PTransportChannel::OnCandidatesAllocationDone); in AddAllocatorSession()
482 void P2PTransportChannel::OnCandidatesAllocationDone( in OnCandidatesAllocationDone() function in cricket::P2PTransportChannel
/external/webrtc/webrtc/p2p/client/
Dportallocator_unittest.cc213 &PortAllocatorTest::OnCandidatesAllocationDone); in CreateSession()
231 void OnCandidatesAllocationDone(cricket::PortAllocatorSession* session) { in OnCandidatesAllocationDone() function in PortAllocatorTest