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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dportallocator.h53 class PortAllocatorSession : public sigslot::has_slots<> { class in namespace:cricket
55 explicit PortAllocatorSession(uint32 flags) : flags_(flags) {} function in class:cricket::PortAllocatorSession
58 virtual ~PortAllocatorSession() {}
71 sigslot::signal2<PortAllocatorSession*, Port*> SignalPortReady;
72 sigslot::signal2<PortAllocatorSession*,
92 virtual PortAllocatorSession *CreateSession(const std::string &name,
/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.h68 class PortAllocatorSession : public sigslot::has_slots<> { class in namespace:cricket
72 PortAllocatorSession(const std::string& content_name,
79 virtual ~PortAllocatorSession() {}
91 sigslot::signal2<PortAllocatorSession*, PortInterface*> SignalPortReady;
92 sigslot::signal2<PortAllocatorSession*,
94 sigslot::signal1<PortAllocatorSession*> SignalCandidatesAllocationDone;
98 sigslot::signal1<PortAllocatorSession*> SignalDestroyed;
126 PortAllocatorSession* CreateSession(
171 virtual PortAllocatorSession* CreateSessionInternal(

Completed in 215 milliseconds