/external/webrtc/webrtc/p2p/base/ |
relayserver.cc | 33 void Send(rtc::AsyncPacketSocket* socket, const char* bytes, size_t size, 47 rtc::AsyncPacketSocket* socket, 55 void SendStunError(const StunMessage& msg, rtc::AsyncPacketSocket* socket, 102 void RelayServer::AddInternalSocket(rtc::AsyncPacketSocket* socket) { 109 void RelayServer::RemoveInternalSocket(rtc::AsyncPacketSocket* socket) { 118 void RelayServer::AddExternalSocket(rtc::AsyncPacketSocket* socket) { 125 void RelayServer::RemoveExternalSocket(rtc::AsyncPacketSocket* socket) { 182 rtc::AsyncPacketSocket* socket, const char* bytes, size_t size, 227 rtc::AsyncPacketSocket* socket, const char* bytes, size_t size, 297 rtc::AsyncPacketSocket* socket, std::string* username [all...] |
stunserver.cc | 27 rtc::AsyncPacketSocket* socket, const char* buf, size_t size,
|
turnserver.cc | 134 rtc::AsyncPacketSocket* socket = it->first; 145 void TurnServer::AddInternalSocket(rtc::AsyncPacketSocket* socket, 187 void TurnServer::OnInternalSocketClose(rtc::AsyncPacketSocket* socket, 192 void TurnServer::OnInternalPacket(rtc::AsyncPacketSocket* socket, 438 rtc::AsyncPacketSocket* external_socket = (external_socket_factory_) ? 504 rtc::AsyncPacketSocket* socket = allocation->conn()->socket(); 518 void TurnServer::DestroyInternalSocket(rtc::AsyncPacketSocket* socket) { 521 rtc::AsyncPacketSocket* socket = iter->first; 531 rtc::AsyncPacketSocket* socket) 558 rtc::AsyncPacketSocket* socket [all...] |
relayport.h | 102 void OnSentPacket(rtc::AsyncPacketSocket* socket,
|
relayport_unittest.cc | 63 void OnReadPacket(rtc::AsyncPacketSocket* socket, 244 typedef std::map<rtc::AsyncPacketSocket*, int> PacketMap;
|
stunport_unittest.cc | 100 void OnReadPacket(rtc::AsyncPacketSocket* socket, const char* data, 149 rtc::scoped_ptr<rtc::AsyncPacketSocket> socket_;
|
port_unittest.cc | 35 using rtc::AsyncPacketSocket; 207 void OnSentPacket(rtc::AsyncPacketSocket* socket, [all...] |
turnport.cc | 17 #include "webrtc/base/asyncpacketsocket.h" 185 rtc::AsyncPacketSocket* socket, 367 void TurnPort::OnSocketConnect(rtc::AsyncPacketSocket* socket) { 411 void TurnPort::OnSocketClose(rtc::AsyncPacketSocket* socket, int error) { 536 rtc::AsyncPacketSocket* socket, const char* data, size_t size, 587 void TurnPort::OnSentPacket(rtc::AsyncPacketSocket* socket, 592 void TurnPort::OnReadyToSend(rtc::AsyncPacketSocket* socket) { [all...] |
port.h | 25 #include "webrtc/base/asyncpacketsocket.h" 230 rtc::AsyncPacketSocket* socket, const char* data, size_t size, 284 // listen to AsyncPacketSocket::SignalSentPacket and then call 286 virtual void OnSentPacket(rtc::AsyncPacketSocket* socket, 476 // the interface of AsyncPacketSocket, which may use UDP or TCP under the
|
turnport_unittest.cc | 150 rtc::AsyncPacketSocket* socket = turn_port_->socket(); 198 void OnSocketReadPacket(rtc::AsyncPacketSocket* socket, 515 rtc::scoped_ptr<rtc::AsyncPacketSocket> socket_; [all...] |
/external/webrtc/webrtc/base/ |
asynctcpsocket.h | 14 #include "webrtc/base/asyncpacketsocket.h" 23 class AsyncTCPSocketBase : public AsyncPacketSocket {
|
natserver.cc | 157 AsyncPacketSocket* socket, const char* buf, size_t size, 181 AsyncPacketSocket* socket, const char* buf, size_t size,
|
thread_unittest.cc | 65 void OnPacket(AsyncPacketSocket* socket, const char* buf, size_t size,
|
virtualsocket_unittest.cc | 94 void OnReadPacket(AsyncPacketSocket* s, const char* data, size_t size, [all...] |
/external/webrtc/webrtc/p2p/client/ |
basicportallocator.h | 307 void OnReadPacket(rtc::AsyncPacketSocket* socket, 323 rtc::scoped_ptr<rtc::AsyncPacketSocket> udp_socket_;
|
basicportallocator.cc | [all...] |