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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portallocator.cc 34 PortAllocatorSession::PortAllocatorSession(const std::string& content_name,
57 PortAllocatorSession* PortAllocator::CreateSession(
73 PortAllocatorSession* session_impl = CreateSessionInternal(
79 // Add PortAllocatorSession to the map.
portallocator.h 78 class PortAllocatorSession : public sigslot::has_slots<> {
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 99 milliseconds