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

  /external/webrtc/webrtc/p2p/base/
portallocator.cc 16 PortAllocatorSession::PortAllocatorSession(const std::string& content_name,
31 PortAllocatorSession* PortAllocator::CreateSession(
portallocator.h 111 class PortAllocatorSession : public sigslot::has_slots<> {
114 PortAllocatorSession(const std::string& content_name,
121 virtual ~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(
p2ptransportchannel.h 177 PortAllocatorSession* 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_;
p2ptransportchannel.cc 242 void P2PTransportChannel::AddAllocatorSession(PortAllocatorSession* session) {
430 void P2PTransportChannel::OnPortReady(PortAllocatorSession *session,
474 PortAllocatorSession* session,
483 PortAllocatorSession* session) {
    [all...]
  /external/webrtc/webrtc/p2p/client/
fakeportallocator.h 83 class FakePortAllocatorSession : public PortAllocatorSession {
91 : PortAllocatorSession(content_name, component, ice_ufrag, ice_pwd,
168 virtual cricket::PortAllocatorSession* CreateSessionInternal(
httpportallocator.h 52 virtual PortAllocatorSession* CreateSessionInternal(
basicportallocator.h 59 // If socket_factory() is set to NULL each PortAllocatorSession
74 PortAllocatorSession* CreateSessionInternal(
94 class BasicPortAllocatorSession : public PortAllocatorSession,
portallocator_unittest.cc 192 cricket::PortAllocatorSession* CreateSession(
197 cricket::PortAllocatorSession* CreateSession(
202 cricket::PortAllocatorSession* CreateSession(
205 cricket::PortAllocatorSession* session =
231 void OnCandidatesAllocationDone(cricket::PortAllocatorSession* session) {
327 void OnPortReady(cricket::PortAllocatorSession* ses,
332 void OnCandidatesReady(cricket::PortAllocatorSession* ses,
385 rtc::scoped_ptr<cricket::PortAllocatorSession> session_;
    [all...]
basicportallocator.cc 133 PortAllocatorSession* BasicPortAllocator::CreateSessionInternal(
148 : PortAllocatorSession(content_name, component,
    [all...]

Completed in 61 milliseconds