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

  /external/webrtc/webrtc/test/channel_transport/
udp_socket_posix.cc 29 UdpSocketPosix::UdpSocketPosix(const int32_t id, UdpSocketManager* mgr,
33 "UdpSocketPosix::UdpSocketPosix()");
71 UdpSocketPosix::~UdpSocketPosix()
94 bool UdpSocketPosix::SetCallback(CallbackObj obj, IncomingSocketCallback cb)
100 "UdpSocketPosix(%p)::SetCallback", this);
105 "UdpSocketPosix(%p)::SetCallback socket added to manager",
111 "UdpSocketPosix(%p)::SetCallback error adding me to mgr"
    [all...]
udp_socket_posix.h 28 class UdpSocketPosix : public UdpSocketWrapper
31 UdpSocketPosix(const int32_t id, UdpSocketManager* mgr,
34 virtual ~UdpSocketPosix();

Completed in 63 milliseconds