/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | p2ptransportchannel.h | 57 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 …]
|
D | portproxy.h | 40 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_;
|
D | portallocatorsessionproxy.h | 53 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_;
|
D | portinterface.h | 56 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
|
D | p2ptransportchannel.cc | 63 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 …]
|
D | rawtransportchannel.h | 49 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,
|
D | portallocatorsessionproxy.cc | 87 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()
|
D | portproxy.cc | 32 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()
|
D | rawtransportchannel.cc | 165 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()
|
D | portallocatorsessionproxy_unittest.cc | 75 cricket::PortInterface* port) { in OnPortReady()
|
D | portallocator.h | 101 sigslot::signal2<PortAllocatorSession*, PortInterface*> SignalPortReady;
|
D | turnport.h | 91 const Candidate& c, PortInterface::CandidateOrigin origin);
|
D | turnport_unittest.cc | 54 using cricket::PortInterface; 147 void OnTurnUnknownAddress(PortInterface* port, const SocketAddress& addr, in OnTurnUnknownAddress()
|
D | port.h | 124 class Port : public PortInterface, public rtc::MessageHandler,
|
D | port_unittest.cc | 278 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()
|
D | p2ptransportchannel_unittest.cc | 1466 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()
|
D | session_unittest.cc | 639 void OnPortDestroyed(cricket::PortInterface* port) { in OnPortDestroyed()
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
D | basicportallocator.h | 197 void OnPortDestroyed(PortInterface* port);
|
D | basicportallocator.cc | 151 void OnPortDestroyed(PortInterface* port); 672 PortInterface* port) { 1130 void AllocationSequence::OnPortDestroyed(PortInterface* port) {
|
D | portallocator_unittest.cc | 229 std::vector<cricket::PortInterface*>::iterator it; in CheckSendBufferSizesOfAllPorts() 250 cricket::PortInterface* port) { in OnPortReady() 289 std::vector<cricket::PortInterface*> ports_;
|