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

  /external/webrtc/webrtc/test/channel_transport/
udp_socket_manager_posix.cc 27 UdpSocketManagerPosix::UdpSocketManagerPosix()
38 bool UdpSocketManagerPosix::Init(int32_t id, uint8_t& numOfWorkThreads) {
62 UdpSocketManagerPosix::~UdpSocketManagerPosix()
66 "UdpSocketManagerPosix(%d)::UdpSocketManagerPosix()",
76 bool UdpSocketManagerPosix::Start()
79 "UdpSocketManagerPosix(%d)::Start()",
94 "UdpSocketManagerPosix(%d)::Start() error starting socket managers"
    [all...]
udp_socket_manager_posix.h 35 class UdpSocketManagerPosix : public UdpSocketManager
38 UdpSocketManagerPosix();
39 virtual ~UdpSocketManagerPosix();

Completed in 81 milliseconds