HomeSort by relevance Sort by last modified time
    Searched defs:OnCandidatesAllocationDone (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portallocatorsessionproxy.cc 51 this, &PortAllocatorSessionMuxer::OnCandidatesAllocationDone);
81 void PortAllocatorSessionMuxer::OnCandidatesAllocationDone(
139 proxy->OnCandidatesAllocationDone(session_.get());
178 this, &PortAllocatorSessionProxy::OnCandidatesAllocationDone);
233 void PortAllocatorSessionProxy::OnCandidatesAllocationDone(
portallocatorsessionproxy_unittest.cc 56 this, &TestSessionChannel::OnCandidatesAllocationDone);
68 void OnCandidatesAllocationDone(PortAllocatorSession* session) {
dtlstransportchannel.cc 119 &DtlsTransportChannelWrapper::OnCandidatesAllocationDone);
557 void DtlsTransportChannelWrapper::OnCandidatesAllocationDone(
p2ptransportchannel.cc 199 this, &P2PTransportChannel::OnCandidatesAllocationDone);
395 void P2PTransportChannel::OnCandidatesAllocationDone(
    [all...]
session.h 445 virtual void OnCandidatesAllocationDone() {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
portallocator_unittest.cc 156 &PortAllocatorTest::OnCandidatesAllocationDone);
174 void OnCandidatesAllocationDone(cricket::PortAllocatorSession* session) {
433 // Test that we can get OnCandidatesAllocationDone callback when all the ports
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc     [all...]

Completed in 189 milliseconds