Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.h54 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 …]
Dportinterface.h40 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
Dp2ptransportchannel.cc32 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 …]
Dportallocator.h136 sigslot::signal2<PortAllocatorSession*, PortInterface*> SignalPortReady;
Dturnport.h88 const Candidate& c, PortInterface::CandidateOrigin origin);
Dtcpport.cc292 PortInterface::SignalSentPacket(sent_packet); in OnSentPacket()
Dport_unittest.cc209 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()
Dstunport.cc343 PortInterface::SignalSentPacket(sent_packet); in OnSentPacket()
Dturnport_unittest.cc38 using cricket::PortInterface;
170 void OnTurnUnknownAddress(PortInterface* port, const SocketAddress& addr, in OnTurnUnknownAddress()
Dport.h115 class Port : public PortInterface, public rtc::MessageHandler,
Dturnport.cc589 PortInterface::SignalSentPacket(sent_packet); in OnSentPacket()
Dp2ptransportchannel_unittest.cc1356 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/
Dbasicportallocator.h177 void OnPortDestroyed(PortInterface* port);
313 void OnPortDestroyed(PortInterface* port);
Dportallocator_unittest.cc243 std::vector<cricket::PortInterface*>::iterator it; in CheckSendBufferSizesOfAllPorts()
328 cricket::PortInterface* port) { in OnPortReady()
386 std::vector<cricket::PortInterface*> ports_;
Dbasicportallocator.cc655 PortInterface* port) { in OnPortDestroyed()
1107 void AllocationSequence::OnPortDestroyed(PortInterface* port) { in OnPortDestroyed()