Home
last modified time | relevance | path

Searched refs:PortInterface (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dp2ptransportchannel.h57 RemoteCandidate(const Candidate& c, PortInterface* origin_port) in RemoteCandidate()
60 PortInterface* origin_port() { return origin_port_; } in origin_port()
63 PortInterface* origin_port_;
107 const std::vector<PortInterface *>& ports() { return ports_; } in ports()
186 PortInterface* origin_port, bool readable);
187 bool CreateConnection(PortInterface* port, const Candidate& remote_candidate,
188 PortInterface* origin_port, bool readable);
194 PortInterface* origin_port);
201 void OnPortReady(PortAllocatorSession *session, PortInterface* port);
205 void OnUnknownAddress(PortInterface* port,
[all …]
Dportproxy.h40 class PortProxy : public PortInterface, public sigslot::has_slots<> {
45 PortInterface* impl() { return impl_; } in impl()
46 void set_impl(PortInterface* port);
90 void OnUnknownAddress(PortInterface *port,
96 void OnRoleConflict(PortInterface* port);
97 void OnPortDestroyed(PortInterface* port);
99 PortInterface* impl_;
Dportallocatorsessionproxy.h53 void OnPortReady(PortAllocatorSession* session, PortInterface* port);
54 void OnPortDestroyed(PortInterface* port);
57 const std::vector<PortInterface*>& ports() { return ports_; } in ports()
70 std::vector<PortInterface*> ports_;
108 void OnPortReady(PortAllocatorSession* session, PortInterface* port);
111 void OnPortDestroyed(PortInterface* port);
116 std::map<PortInterface*, PortProxy*> proxy_ports_;
Dportinterface.h56 class PortInterface {
58 virtual ~PortInterface() {} in ~PortInterface()
107 sigslot::signal6<PortInterface*, const rtc::SocketAddress&,
122 sigslot::signal1<PortInterface*> SignalDestroyed;
125 sigslot::signal1<PortInterface*> SignalRoleConflict;
132 sigslot::signal4<PortInterface*, const char*, size_t,
138 PortInterface() {} in PortInterface() function
Dp2ptransportchannel.cc63 cricket::PortInterface::CandidateOrigin GetOrigin(cricket::PortInterface* port, in GetOrigin()
64 cricket::PortInterface* origin_port) { in GetOrigin()
66 return cricket::PortInterface::ORIGIN_MESSAGE; in GetOrigin()
68 return cricket::PortInterface::ORIGIN_THIS_PORT; in GetOrigin()
70 return cricket::PortInterface::ORIGIN_OTHER_PORT; in GetOrigin()
222 for (std::vector<PortInterface *>::iterator it = ports_.begin(); in SetIceRole()
249 for (std::vector<PortInterface *>::iterator it = ports_.begin(); in SetIceProtocolType()
351 PortInterface* port) { in OnPortReady()
409 PortInterface* port, in OnUnknownAddress()
545 new_remote_candidate, cricket::PortInterface::ORIGIN_THIS_PORT); in OnUnknownAddress()
[all …]
Drawtransportchannel.h49 class PortInterface; variable
174 PortInterface* port_;
179 void OnPortReady(PortAllocatorSession* session, PortInterface* port);
187 void SetPort(PortInterface* port);
194 void OnReadPacket(PortInterface* port, const char* data, size_t size,
Dportallocatorsessionproxy.cc87 PortInterface* port) { in OnPortReady()
94 void PortAllocatorSessionMuxer::OnPortDestroyed(PortInterface* port) { in OnPortDestroyed()
95 std::vector<PortInterface*>::iterator it = in OnPortDestroyed()
149 PortInterface* port = ports_[i]; in SendAllocatedPorts_w()
162 std::map<PortInterface*, PortProxy*>::iterator it; in ~PortAllocatorSessionProxy()
207 PortInterface* port) { in OnPortReady()
Dportproxy.cc32 void PortProxy::set_impl(PortInterface* port) { in set_impl()
158 PortInterface *port, in OnUnknownAddress()
169 void PortProxy::OnRoleConflict(PortInterface* port) { in OnRoleConflict()
174 void PortProxy::OnPortDestroyed(PortInterface* port) { in OnPortDestroyed()
Drawtransportchannel.cc165 PortAllocatorSession* session, PortInterface* port) { in OnPortReady()
221 void RawTransportChannel::SetPort(PortInterface* port) { in SetPort()
257 PortInterface* port, const char* data, size_t size, in OnReadPacket()
Dportallocatorsessionproxy_unittest.cc75 cricket::PortInterface* port) { in OnPortReady()
Dportallocator.h101 sigslot::signal2<PortAllocatorSession*, PortInterface*> SignalPortReady;
Dturnport.h91 const Candidate& c, PortInterface::CandidateOrigin origin);
Dturnport_unittest.cc54 using cricket::PortInterface;
147 void OnTurnUnknownAddress(PortInterface* port, const SocketAddress& addr, in OnTurnUnknownAddress()
Dport.h124 class Port : public PortInterface, public rtc::MessageHandler,
Dport_unittest.cc278 void OnUnknownAddress(PortInterface* port, const SocketAddress& addr, in OnUnknownAddress()
313 void OnSrcPortDestroyed(PortInterface* port) { in OnSrcPortDestroyed()
589 void OnRoleConflict(PortInterface* port) { in OnRoleConflict()
594 void ConnectToSignalDestroyed(PortInterface* port) { in ConnectToSignalDestroyed()
598 void OnDestroyed(PortInterface* port) { in OnDestroyed()
Dp2ptransportchannel_unittest.cc1466 const std::vector<cricket::PortInterface *> ports_before = ep1_ch1()->ports(); in TEST_F()
1477 const std::vector<cricket::PortInterface *> ports_after = ep1_ch1()->ports(); in TEST_F()
Dsession_unittest.cc639 void OnPortDestroyed(cricket::PortInterface* port) { in OnPortDestroyed()
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
Dbasicportallocator.h197 void OnPortDestroyed(PortInterface* port);
Dbasicportallocator.cc151 void OnPortDestroyed(PortInterface* port);
672 PortInterface* port) {
1130 void AllocationSequence::OnPortDestroyed(PortInterface* port) {
Dportallocator_unittest.cc229 std::vector<cricket::PortInterface*>::iterator it; in CheckSendBufferSizesOfAllPorts()
250 cricket::PortInterface* port) { in OnPortReady()
289 std::vector<cricket::PortInterface*> ports_;