Lines Matching refs:AsyncPacketSocket
46 rtc::AsyncPacketSocket* socket);
48 rtc::AsyncPacketSocket* socket() { return socket_; } in socket()
57 rtc::AsyncPacketSocket* socket_;
71 rtc::AsyncPacketSocket* server_socket,
102 void OnExternalPacket(rtc::AsyncPacketSocket* socket,
128 rtc::scoped_ptr<rtc::AsyncPacketSocket> external_socket_;
192 void AddInternalSocket(rtc::AsyncPacketSocket* socket,
204 void OnInternalPacket(rtc::AsyncPacketSocket* socket, const char* data,
212 void OnInternalSocketClose(rtc::AsyncPacketSocket* socket, int err);
247 void DestroyInternalSocket(rtc::AsyncPacketSocket* socket);
249 typedef std::map<rtc::AsyncPacketSocket*,