Searched refs:PortAllocatorSession (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportallocatorsessionproxy.h48 explicit PortAllocatorSessionMuxer(PortAllocatorSession* session);
53 void OnPortReady(PortAllocatorSession* session, PortInterface* port);
55 void OnCandidatesAllocationDone(PortAllocatorSession* session);
63 void OnSessionProxyDestroyed(PortAllocatorSession* proxy);
68 // happens when PortAllocatorSession dtor is called.
71 rtc::scoped_ptr<PortAllocatorSession> session_;
76 class PortAllocatorSessionProxy : public PortAllocatorSession {
83 : PortAllocatorSession(content_name, component, "", "", flags),
89 PortAllocatorSession* impl() { return impl_; }
90 void set_impl(PortAllocatorSession* sessio
[all...]
H A Dportallocator.h78 class PortAllocatorSession : public sigslot::has_slots<> { class in namespace:cricket
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(
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 Dportallocatorsessionproxy_unittest.cc39 using cricket::PortAllocatorSession;
65 void OnCandidatesReady(PortAllocatorSession* session,
70 void OnCandidatesAllocationDone(PortAllocatorSession* session) {
74 void OnPortReady(PortAllocatorSession* session,
H A Dportallocatorsessionproxy.cc44 PortAllocatorSession* session)
82 PortAllocatorSession* session) {
86 void PortAllocatorSessionMuxer::OnPortReady(PortAllocatorSession* session,
102 PortAllocatorSession* proxy) {
111 // Destroy PortAllocatorSession and its associated muxer object if all
170 PortAllocatorSession* session) {
183 // Since all proxies share a common PortAllocatorSession, this check will
206 void PortAllocatorSessionProxy::OnPortReady(PortAllocatorSession* session,
217 PortAllocatorSession* session,
221 // Since all proxy sessions share a common PortAllocatorSession,
[all...]
H A Drawtransportchannel.h48 class PortAllocatorSession;
171 PortAllocatorSession* allocator_session_;
179 void OnPortReady(PortAllocatorSession* session, PortInterface* port);
182 void OnCandidatesReady(PortAllocatorSession *session,
H A Dp2ptransportchannel.h170 PortAllocatorSession* allocator_session() {
198 void AddAllocatorSession(PortAllocatorSession* session);
201 void OnPortReady(PortAllocatorSession *session, PortInterface* port);
202 void OnCandidatesReady(PortAllocatorSession *session,
204 void OnCandidatesAllocationDone(PortAllocatorSession* session);
232 std::vector<PortAllocatorSession*> allocator_sessions_;
H A Drawtransportchannel.cc165 PortAllocatorSession* session, PortInterface* port) {
178 PortAllocatorSession *session, const std::vector<Candidate>& candidates) {
H A Dp2ptransportchannel.cc186 void P2PTransportChannel::AddAllocatorSession(PortAllocatorSession* session) {
350 void P2PTransportChannel::OnPortReady(PortAllocatorSession *session,
394 PortAllocatorSession *session, const std::vector<Candidate>& candidates) {
402 PortAllocatorSession* session) {
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dfakeportallocator.h44 class FakePortAllocatorSession : public PortAllocatorSession {
52 : PortAllocatorSession(content_name, component, ice_ufrag, ice_pwd,
121 virtual cricket::PortAllocatorSession* CreateSessionInternal(
H A Dhttpportallocator.h63 virtual PortAllocatorSession* CreateSessionInternal(
158 virtual PortAllocatorSession* CreateSessionInternal(
H A Dportallocator_unittest.cc178 cricket::PortAllocatorSession* CreateSession(
183 cricket::PortAllocatorSession* CreateSession(
188 cricket::PortAllocatorSession* CreateSession(
191 cricket::PortAllocatorSession* session =
217 void OnCandidatesAllocationDone(cricket::PortAllocatorSession* session) {
249 void OnPortReady(cricket::PortAllocatorSession* ses,
254 void OnCandidatesReady(cricket::PortAllocatorSession* ses,
288 rtc::scoped_ptr<cricket::PortAllocatorSession> session_;
645 rtc::scoped_ptr<cricket::PortAllocatorSession> session1(
647 rtc::scoped_ptr<cricket::PortAllocatorSession> session
[all...]
H A Dbasicportallocator.h82 // If socket_factory() is set to NULL each PortAllocatorSession
97 virtual PortAllocatorSession* CreateSessionInternal(
116 class BasicPortAllocatorSession : public PortAllocatorSession,
H A Dconnectivitychecker.h34 class PortAllocatorSession;
265 std::vector<PortAllocatorSession*> sessions_;
H A Dconnectivitychecker_unittest.cc170 virtual PortAllocatorSession* CreateSessionInternal(
H A Dhttpportallocator.cc258 PortAllocatorSession* HttpPortAllocator::CreateSessionInternal(
H A Dbasicportallocator.cc226 PortAllocatorSession *BasicPortAllocator::CreateSessionInternal(
241 : PortAllocatorSession(content_name, component,
/external/chromium_org/remoting/client/plugin/
H A Dpepper_port_allocator.h31 virtual cricket::PortAllocatorSession* CreateSessionInternal(
H A Dpepper_port_allocator.cc240 cricket::PortAllocatorSession* PepperPortAllocator::CreateSessionInternal(
/external/chromium_org/remoting/protocol/
H A Dchromium_port_allocator.h35 virtual cricket::PortAllocatorSession* CreateSessionInternal(
H A Dchromium_port_allocator.cc179 cricket::PortAllocatorSession* ChromiumPortAllocator::CreateSessionInternal(
/external/chromium_org/remoting/test/
H A Dfake_port_allocator.h29 virtual cricket::PortAllocatorSession* CreateSessionInternal(
H A Dfake_port_allocator.cc114 cricket::PortAllocatorSession* FakePortAllocator::CreateSessionInternal(
/external/chromium_org/content/renderer/p2p/
H A Dport_allocator.h62 virtual cricket::PortAllocatorSession* CreateSessionInternal(
H A Dport_allocator.cc88 cricket::PortAllocatorSession* P2PPortAllocator::CreateSessionInternal(

Completed in 192 milliseconds

12