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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portproxy.h 31 #include "talk/p2p/base/portinterface.h"
40 class PortProxy : public PortInterface, public sigslot::has_slots<> {
45 PortInterface* impl() { return 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_;
portallocatorsessionproxy.h 53 void OnPortReady(PortAllocatorSession* session, PortInterface* port);
54 void OnPortDestroyed(PortInterface* port);
57 const std::vector<PortInterface*>& ports() { return 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_;
portinterface.h 56 class PortInterface {
58 virtual ~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() {}
p2ptransportchannel.h 46 #include "talk/p2p/base/portinterface.h"
57 RemoteCandidate(const Candidate& c, PortInterface* origin_port)
60 PortInterface* origin_port() { return origin_port_; }
63 PortInterface* origin_port_;
107 const std::vector<PortInterface *>& ports() { return 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)
    [all...]
rawtransportchannel.h 49 class PortInterface;
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,
portproxy.cc 32 void PortProxy::set_impl(PortInterface* port) {
158 PortInterface *port,
169 void PortProxy::OnRoleConflict(PortInterface* port) {
174 void PortProxy::OnPortDestroyed(PortInterface* port) {
portallocatorsessionproxy.cc 87 PortInterface* port) {
94 void PortAllocatorSessionMuxer::OnPortDestroyed(PortInterface* port) {
95 std::vector<PortInterface*>::iterator it =
149 PortInterface* port = ports_[i];
162 std::map<PortInterface*, PortProxy*>::iterator it;
207 PortInterface* port) {
p2ptransportchannel.cc 63 cricket::PortInterface::CandidateOrigin GetOrigin(cricket::PortInterface* port,
64 cricket::PortInterface* origin_port) {
66 return cricket::PortInterface::ORIGIN_MESSAGE;
68 return cricket::PortInterface::ORIGIN_THIS_PORT;
70 return cricket::PortInterface::ORIGIN_OTHER_PORT;
222 for (std::vector<PortInterface *>::iterator it = ports_.begin();
249 for (std::vector<PortInterface *>::iterator it = ports_.begin();
351 PortInterface* port) {
409 PortInterface* port
    [all...]
rawtransportchannel.cc 34 #include "talk/p2p/base/portinterface.h"
165 PortAllocatorSession* session, PortInterface* port) {
221 void RawTransportChannel::SetPort(PortInterface* port) {
257 PortInterface* port, const char* data, size_t size,
portallocatorsessionproxy_unittest.cc 75 cricket::PortInterface* port) {
portallocator.h 34 #include "talk/p2p/base/portinterface.h"
101 sigslot::signal2<PortAllocatorSession*, PortInterface*> SignalPortReady;
turnport.h 91 const Candidate& c, PortInterface::CandidateOrigin origin);
port.h 38 #include "talk/p2p/base/portinterface.h"
124 class Port : public PortInterface, public rtc::MessageHandler,
turnport_unittest.cc 54 using cricket::PortInterface;
147 void OnTurnUnknownAddress(PortInterface* port, const SocketAddress& addr,
port_unittest.cc 278 void OnUnknownAddress(PortInterface* port, const SocketAddress& addr,
313 void OnSrcPortDestroyed(PortInterface* port) {
589 void OnRoleConflict(PortInterface* port) {
594 void ConnectToSignalDestroyed(PortInterface* port) {
598 void OnDestroyed(PortInterface* port) {
    [all...]
p2ptransportchannel_unittest.cc     [all...]
session_unittest.cc 639 void OnPortDestroyed(cricket::PortInterface* port) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.h 197 void OnPortDestroyed(PortInterface* port);
basicportallocator.cc 151 void OnPortDestroyed(PortInterface* port);
672 PortInterface* port) {
    [all...]
portallocator_unittest.cc 229 std::vector<cricket::PortInterface*>::iterator it;
250 cricket::PortInterface* port) {
289 std::vector<cricket::PortInterface*> ports_;
    [all...]

Completed in 94 milliseconds