Searched refs:PortAllocatorSession (Results 1 – 9 of 9) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | portallocator.h | 53 class PortAllocatorSession : public sigslot::has_slots<> { 55 explicit PortAllocatorSession(uint32 flags) : flags_(flags) {} in PortAllocatorSession() function 58 virtual ~PortAllocatorSession() {} in ~PortAllocatorSession() 71 sigslot::signal2<PortAllocatorSession*, Port*> SignalPortReady; 72 sigslot::signal2<PortAllocatorSession*, 92 virtual PortAllocatorSession *CreateSession(const std::string &name,
|
D | rawtransportchannel.h | 51 class PortAllocatorSession; variable 96 PortAllocatorSession* allocator_session_; 104 void OnPortReady(PortAllocatorSession* session, Port* port); 107 void OnCandidatesReady(PortAllocatorSession *session,
|
D | p2ptransportchannel.h | 122 void OnPortReady(PortAllocatorSession *session, Port* port); 123 void OnCandidatesReady(PortAllocatorSession *session, 134 PortAllocatorSession* allocator_session() { in allocator_session() 137 void AddAllocatorSession(PortAllocatorSession* session); 146 std::vector<PortAllocatorSession*> allocator_sessions_;
|
D | rawtransportchannel.cc | 157 PortAllocatorSession* session, Port* port) { in OnPortReady() 175 PortAllocatorSession *session, const std::vector<Candidate>& candidates) { in OnCandidatesReady()
|
D | p2ptransportchannel.cc | 188 void P2PTransportChannel::AddAllocatorSession(PortAllocatorSession* session) { in AddAllocatorSession() 253 void P2PTransportChannel::OnPortReady(PortAllocatorSession *session, in OnPortReady() 291 PortAllocatorSession *session, const std::vector<Candidate>& candidates) { in OnCandidatesReady()
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
D | basicportallocator.h | 75 virtual PortAllocatorSession* CreateSession(const std::string& name, 103 class BasicPortAllocatorSession : public PortAllocatorSession,
|
D | httpportallocator.h | 57 virtual PortAllocatorSession* CreateSession(const std::string& name,
|
D | httpportallocator.cc | 112 PortAllocatorSession *HttpPortAllocator::CreateSession( in CreateSession()
|
D | basicportallocator.cc | 208 PortAllocatorSession *BasicPortAllocator::CreateSession( in CreateSession() 223 : PortAllocatorSession(allocator->flags()), allocator_(allocator), in BasicPortAllocatorSession()
|