Searched refs:PortAllocatorSession (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | portallocator.h | 111 class PortAllocatorSession : public sigslot::has_slots<> { 114 PortAllocatorSession(const std::string& content_name, 121 virtual ~PortAllocatorSession() {} in ~PortAllocatorSession() 136 sigslot::signal2<PortAllocatorSession*, PortInterface*> SignalPortReady; 137 sigslot::signal2<PortAllocatorSession*, 139 sigslot::signal1<PortAllocatorSession*> SignalCandidatesAllocationDone; 143 sigslot::signal1<PortAllocatorSession*> SignalDestroyed; 189 PortAllocatorSession* CreateSession( 239 virtual PortAllocatorSession* CreateSessionInternal(
|
D | portallocator.cc | 16 PortAllocatorSession::PortAllocatorSession(const std::string& content_name, in PortAllocatorSession() function in cricket::PortAllocatorSession 31 PortAllocatorSession* PortAllocator::CreateSession( in CreateSession()
|
D | p2ptransportchannel.h | 177 PortAllocatorSession* allocator_session() { in allocator_session() 216 void AddAllocatorSession(PortAllocatorSession* session); 219 void OnPortReady(PortAllocatorSession *session, PortInterface* port); 220 void OnCandidatesReady(PortAllocatorSession *session, 222 void OnCandidatesAllocationDone(PortAllocatorSession* session); 272 std::vector<PortAllocatorSession*> allocator_sessions_;
|
D | p2ptransportchannel.cc | 242 void P2PTransportChannel::AddAllocatorSession(PortAllocatorSession* session) { in AddAllocatorSession() 430 void P2PTransportChannel::OnPortReady(PortAllocatorSession *session, in OnPortReady() 474 PortAllocatorSession* session, in OnCandidatesReady() 483 PortAllocatorSession* session) { in OnCandidatesAllocationDone() 1130 for (PortAllocatorSession* session : allocator_sessions_) { in MaybeStopPortAllocatorSessions()
|
/external/webrtc/webrtc/p2p/client/ |
D | fakeportallocator.h | 83 class FakePortAllocatorSession : public PortAllocatorSession { 91 : PortAllocatorSession(content_name, component, ice_ufrag, ice_pwd, in FakePortAllocatorSession() 168 virtual cricket::PortAllocatorSession* CreateSessionInternal( in CreateSessionInternal()
|
D | basicportallocator.h | 74 PortAllocatorSession* CreateSessionInternal( 94 class BasicPortAllocatorSession : public PortAllocatorSession,
|
D | portallocator_unittest.cc | 192 cricket::PortAllocatorSession* CreateSession( in CreateSession() 197 cricket::PortAllocatorSession* CreateSession( in CreateSession() 202 cricket::PortAllocatorSession* CreateSession( in CreateSession() 205 cricket::PortAllocatorSession* session = in CreateSession() 231 void OnCandidatesAllocationDone(cricket::PortAllocatorSession* session) { in OnCandidatesAllocationDone() 327 void OnPortReady(cricket::PortAllocatorSession* ses, in OnPortReady() 332 void OnCandidatesReady(cricket::PortAllocatorSession* ses, in OnCandidatesReady() 385 rtc::scoped_ptr<cricket::PortAllocatorSession> session_;
|
D | httpportallocator.h | 52 virtual PortAllocatorSession* CreateSessionInternal(
|
D | basicportallocator.cc | 133 PortAllocatorSession* BasicPortAllocator::CreateSessionInternal( in CreateSessionInternal() 148 : PortAllocatorSession(content_name, component, in BasicPortAllocatorSession()
|