Searched defs:PortAllocatorSession (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportallocator.cc34 PortAllocatorSession::PortAllocatorSession(const std::string& content_name, function in class:cricket::PortAllocatorSession
57 PortAllocatorSession* PortAllocator::CreateSession(
73 PortAllocatorSession* session_impl = CreateSessionInternal(
79 // Add PortAllocatorSession to the map.
H A Dportallocator.h78 class PortAllocatorSession : public sigslot::has_slots<> { class in namespace:cricket
82 PortAllocatorSession(const std::string& content_name,
89 virtual ~PortAllocatorSession() {}
101 sigslot::signal2<PortAllocatorSession*, PortInterface*> SignalPortReady;
102 sigslot::signal2<PortAllocatorSession*,
104 sigslot::signal1<PortAllocatorSession*> SignalCandidatesAllocationDone;
108 sigslot::signal1<PortAllocatorSession*> SignalDestroyed;
137 PortAllocatorSession* CreateSession(
188 virtual PortAllocatorSession* CreateSessionInternal(

Completed in 214 milliseconds