HomeSort by relevance Sort by last modified time
    Searched refs:PortInterface (Results 1 - 15 of 15) sorted by null

  /external/webrtc/webrtc/p2p/base/
portinterface.h 40 class PortInterface {
42 virtual ~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() {}
p2ptransportchannel.h 29 #include "webrtc/p2p/base/portinterface.h"
54 RemoteCandidate(const Candidate& c, PortInterface* origin_port)
57 PortInterface* origin_port() { return origin_port_; }
60 PortInterface* origin_port_;
110 const std::vector<PortInterface*>& ports() { return 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)
    [all...]
p2ptransportchannel.cc 32 cricket::PortInterface::CandidateOrigin GetOrigin(cricket::PortInterface* port,
33 cricket::PortInterface* origin_port) {
35 return cricket::PortInterface::ORIGIN_MESSAGE;
37 return cricket::PortInterface::ORIGIN_THIS_PORT;
39 return cricket::PortInterface::ORIGIN_OTHER_PORT;
281 for (std::vector<PortInterface *>::iterator it = ports_.begin();
431 PortInterface* port) {
493 PortInterface* port,
612 remote_candidate, cricket::PortInterface::ORIGIN_THIS_PORT)
    [all...]
portallocator.h 18 #include "webrtc/p2p/base/portinterface.h"
136 sigslot::signal2<PortAllocatorSession*, PortInterface*> SignalPortReady;
turnport.h 88 const Candidate& c, PortInterface::CandidateOrigin origin);
port.h 21 #include "webrtc/p2p/base/portinterface.h"
115 class Port : public PortInterface, public rtc::MessageHandler,
285 // PortInterface::OnSentPacket.
stunport.cc 343 PortInterface::SignalSentPacket(sent_packet);
tcpport.cc 292 PortInterface::SignalSentPacket(sent_packet);
turnport_unittest.cc 38 using cricket::PortInterface;
170 void OnTurnUnknownAddress(PortInterface* port, const SocketAddress& addr,
    [all...]
port_unittest.cc 209 PortInterface::SignalSentPacket(sent_packet);
287 void OnUnknownAddress(PortInterface* port, const SocketAddress& addr,
319 void OnSrcPortDestroyed(PortInterface* port) {
736 void OnRoleConflict(PortInterface* port) {
741 void ConnectToSignalDestroyed(PortInterface* port) {
745 void OnDestroyed(PortInterface* port) {
    [all...]
p2ptransportchannel_unittest.cc     [all...]
turnport.cc 589 PortInterface::SignalSentPacket(sent_packet);
    [all...]
  /external/webrtc/webrtc/p2p/client/
basicportallocator.h 177 void OnPortDestroyed(PortInterface* port);
313 void OnPortDestroyed(PortInterface* port);
basicportallocator.cc 655 PortInterface* port) {
    [all...]
portallocator_unittest.cc 243 std::vector<cricket::PortInterface*>::iterator it;
328 cricket::PortInterface* port) {
386 std::vector<cricket::PortInterface*> ports_;
    [all...]

Completed in 228 milliseconds