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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portallocatorsessionproxy.h 45 class PortAllocatorSessionMuxer : public rtc::MessageHandler,
48 explicit PortAllocatorSessionMuxer(PortAllocatorSession* session);
49 virtual ~PortAllocatorSessionMuxer();
59 sigslot::signal1<PortAllocatorSessionMuxer*> SignalDestroyed;
118 friend class PortAllocatorSessionMuxer;
portallocatorsessionproxy.cc 43 PortAllocatorSessionMuxer::PortAllocatorSessionMuxer(
49 this, &PortAllocatorSessionMuxer::OnPortReady);
51 this, &PortAllocatorSessionMuxer::OnCandidatesAllocationDone);
54 PortAllocatorSessionMuxer::~PortAllocatorSessionMuxer() {
61 void PortAllocatorSessionMuxer::RegisterSessionProxy(
65 this, &PortAllocatorSessionMuxer::OnSessionProxyDestroyed);
81 void PortAllocatorSessionMuxer::OnCandidatesAllocationDone(
86 void PortAllocatorSessionMuxer::OnPortReady(PortAllocatorSession* session
    [all...]

Completed in 159 milliseconds