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

  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket_wrapper.cc 30 bool UdpSocketWrapper::_initiated = false;
39 UdpSocketWrapper::UdpSocketWrapper()
45 UdpSocketWrapper::~UdpSocketWrapper()
54 void UdpSocketWrapper::SetEventToNull()
62 UdpSocketWrapper* UdpSocketWrapper::CreateSocket(const int32_t id,
71 "UdpSocketWrapper::CreateSocket");
73 UdpSocketWrapper* s = 0
    [all...]
udp_socket_wrapper.h 43 class UdpSocketWrapper
46 static UdpSocketWrapper* CreateSocket(const int32_t id,
101 UdpSocketWrapper();
103 virtual ~UdpSocketWrapper();

Completed in 2909 milliseconds