HomeSort by relevance Sort by last modified time
    Searched defs:AsyncUDPSocket (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
asyncudpsocket.h 39 class AsyncUDPSocket : public AsyncPacketSocket {
43 static AsyncUDPSocket* Create(SocketFactory* factory,
45 explicit AsyncUDPSocket(AsyncSocket* socket);
46 virtual ~AsyncUDPSocket();
asyncudpsocket.cc 32 #include "talk/base/asyncudpsocket.h"
39 AsyncUDPSocket* AsyncUDPSocket::Create(SocketFactory* factory,
48 return new AsyncUDPSocket(socket.release());
51 AsyncUDPSocket::AsyncUDPSocket(AsyncSocket* socket)
58 socket_->SignalReadEvent.connect(this, &AsyncUDPSocket::OnReadEvent);
61 AsyncUDPSocket::~AsyncUDPSocket() {
65 SocketAddress AsyncUDPSocket::GetLocalAddress(bool* allocated) const
    [all...]

Completed in 30 milliseconds