Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dportallocatorsessionproxy.cc51 this, &PortAllocatorSessionMuxer::OnCandidatesAllocationDone); in PortAllocatorSessionMuxer()
81 void PortAllocatorSessionMuxer::OnCandidatesAllocationDone( in OnCandidatesAllocationDone() function in cricket::PortAllocatorSessionMuxer
139 proxy->OnCandidatesAllocationDone(session_.get()); in SendAllocationDone_w()
178 this, &PortAllocatorSessionProxy::OnCandidatesAllocationDone); in set_impl()
233 void PortAllocatorSessionProxy::OnCandidatesAllocationDone( in OnCandidatesAllocationDone() function in cricket::PortAllocatorSessionProxy
Dportallocatorsessionproxy.h55 void OnCandidatesAllocationDone(PortAllocatorSession* session);
112 void OnCandidatesAllocationDone(PortAllocatorSession* session);
Dportallocatorsessionproxy_unittest.cc56 this, &TestSessionChannel::OnCandidatesAllocationDone); in TestSessionChannel()
70 void OnCandidatesAllocationDone(PortAllocatorSession* session) { in OnCandidatesAllocationDone() function in TestSessionChannel
Ddtlstransportchannel.cc122 &DtlsTransportChannelWrapper::OnCandidatesAllocationDone); in DtlsTransportChannelWrapper()
617 void DtlsTransportChannelWrapper::OnCandidatesAllocationDone( in OnCandidatesAllocationDone() function in cricket::DtlsTransportChannelWrapper
Ddtlstransportchannel.h242 void OnCandidatesAllocationDone(TransportChannelImpl* channel);
Dp2ptransportchannel.h204 void OnCandidatesAllocationDone(PortAllocatorSession* session);
Dp2ptransportchannel.cc199 this, &P2PTransportChannel::OnCandidatesAllocationDone); in AddAllocatorSession()
401 void P2PTransportChannel::OnCandidatesAllocationDone( in OnCandidatesAllocationDone() function in cricket::P2PTransportChannel
Dsession.h459 virtual void OnCandidatesAllocationDone() { in OnCandidatesAllocationDone() function
Dsession.cc822 OnCandidatesAllocationDone(); in MaybeCandidateAllocationDone()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dwebrtcsession.h253 virtual void OnCandidatesAllocationDone();
Dwebrtcsession.cc1316 void WebRtcSession::OnCandidatesAllocationDone() { in OnCandidatesAllocationDone() function in webrtc::WebRtcSession
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
Dportallocator_unittest.cc199 &PortAllocatorTest::OnCandidatesAllocationDone); in CreateSession()
217 void OnCandidatesAllocationDone(cricket::PortAllocatorSession* session) { in OnCandidatesAllocationDone() function in PortAllocatorTest