Searched refs:PortInterface (Results 1 – 15 of 15) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | p2ptransportchannel.h | 54 RemoteCandidate(const Candidate& c, PortInterface* origin_port) in RemoteCandidate() 57 PortInterface* origin_port() { return origin_port_; } in origin_port() 60 PortInterface* origin_port_; 110 const std::vector<PortInterface*>& ports() { return ports_; } in ports() 204 PortInterface* origin_port); 205 bool CreateConnection(PortInterface* port, 207 PortInterface* origin_port); 213 PortInterface* origin_port); 219 void OnPortReady(PortAllocatorSession *session, PortInterface* port); 223 void OnUnknownAddress(PortInterface* port, [all …]
|
D | portinterface.h | 40 class PortInterface { 42 virtual ~PortInterface() {} in ~PortInterface() 90 sigslot::signal6<PortInterface*, const rtc::SocketAddress&, 105 sigslot::signal1<PortInterface*> SignalDestroyed; 108 sigslot::signal1<PortInterface*> SignalRoleConflict; 115 sigslot::signal4<PortInterface*, const char*, size_t, 124 PortInterface() {} in PortInterface() function
|
D | p2ptransportchannel.cc | 32 cricket::PortInterface::CandidateOrigin GetOrigin(cricket::PortInterface* port, in GetOrigin() 33 cricket::PortInterface* origin_port) { in GetOrigin() 35 return cricket::PortInterface::ORIGIN_MESSAGE; in GetOrigin() 37 return cricket::PortInterface::ORIGIN_THIS_PORT; in GetOrigin() 39 return cricket::PortInterface::ORIGIN_OTHER_PORT; in GetOrigin() 281 for (std::vector<PortInterface *>::iterator it = ports_.begin(); in SetIceRole() 431 PortInterface* port) { in OnPortReady() 493 PortInterface* port, in OnUnknownAddress() 612 remote_candidate, cricket::PortInterface::ORIGIN_THIS_PORT); in OnUnknownAddress() 632 void P2PTransportChannel::OnRoleConflict(PortInterface* port) { in OnRoleConflict() [all …]
|
D | portallocator.h | 136 sigslot::signal2<PortAllocatorSession*, PortInterface*> SignalPortReady;
|
D | turnport.h | 88 const Candidate& c, PortInterface::CandidateOrigin origin);
|
D | tcpport.cc | 292 PortInterface::SignalSentPacket(sent_packet); in OnSentPacket()
|
D | port_unittest.cc | 209 PortInterface::SignalSentPacket(sent_packet); in OnSentPacket() 287 void OnUnknownAddress(PortInterface* port, const SocketAddress& addr, in OnUnknownAddress() 319 void OnSrcPortDestroyed(PortInterface* port) { in OnSrcPortDestroyed() 736 void OnRoleConflict(PortInterface* port) { in OnRoleConflict() 741 void ConnectToSignalDestroyed(PortInterface* port) { in ConnectToSignalDestroyed() 745 void OnDestroyed(PortInterface* port) { in OnDestroyed()
|
D | stunport.cc | 343 PortInterface::SignalSentPacket(sent_packet); in OnSentPacket()
|
D | turnport_unittest.cc | 38 using cricket::PortInterface; 170 void OnTurnUnknownAddress(PortInterface* port, const SocketAddress& addr, in OnTurnUnknownAddress()
|
D | port.h | 115 class Port : public PortInterface, public rtc::MessageHandler,
|
D | turnport.cc | 589 PortInterface::SignalSentPacket(sent_packet); in OnSentPacket()
|
D | p2ptransportchannel_unittest.cc | 1356 const std::vector<cricket::PortInterface *> ports_before = ep1_ch1()->ports(); in TEST_F() 1365 const std::vector<cricket::PortInterface *> ports_after = ep1_ch1()->ports(); in TEST_F()
|
/external/webrtc/webrtc/p2p/client/ |
D | basicportallocator.h | 177 void OnPortDestroyed(PortInterface* port); 313 void OnPortDestroyed(PortInterface* port);
|
D | portallocator_unittest.cc | 243 std::vector<cricket::PortInterface*>::iterator it; in CheckSendBufferSizesOfAllPorts() 328 cricket::PortInterface* port) { in OnPortReady() 386 std::vector<cricket::PortInterface*> ports_;
|
D | basicportallocator.cc | 655 PortInterface* port) { in OnPortDestroyed() 1107 void AllocationSequence::OnPortDestroyed(PortInterface* port) { in OnPortDestroyed()
|