Home
last modified time | relevance | path

Searched refs:UdpSocket2Windows (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
Dudp_socket2_win.cc43 UdpSocket2Windows::UdpSocket2Windows(const int32_t id, in UdpSocket2Windows() function in webrtc::test::UdpSocket2Windows
183 UdpSocket2Windows::~UdpSocket2Windows() in ~UdpSocket2Windows()
219 bool UdpSocket2Windows::ValidHandle() in ValidHandle()
224 bool UdpSocket2Windows::SetCallback(CallbackObj obj, IncomingSocketCallback cb) in SetCallback()
257 bool UdpSocket2Windows::SetSockopt(int32_t level, int32_t optname, in SetSockopt()
277 bool UdpSocket2Windows::StartReceiving(uint32_t receiveBuffers) in StartReceiving()
315 bool UdpSocket2Windows::StopReceiving() in StopReceiving()
323 bool UdpSocket2Windows::Bind(const SocketAddress& name) in Bind()
343 int32_t UdpSocket2Windows::SendTo(const int8_t* buf, size_t len, in SendTo()
429 void UdpSocket2Windows::IOCompleted(PerIoContext* pIOContext, in IOCompleted()
[all …]
Dudp_socket2_manager_win.h35 class UdpSocket2Windows; variable
127 {if(s) return AddSocketPrv(reinterpret_cast<UdpSocket2Windows*>(s)); in AddSocket()
130 {if(s) return RemoveSocketPrv(reinterpret_cast<UdpSocket2Windows*>(s)); in RemoveSocket()
140 bool AddSocketPrv(UdpSocket2Windows* s);
141 bool RemoveSocketPrv(UdpSocket2Windows* s);
Dudp_socket2_win.h38 class UdpSocket2Windows : public UdpSocketWrapper
41 UdpSocket2Windows(const int32_t id, UdpSocketManager* mgr,
43 virtual ~UdpSocket2Windows();
Dudp_socket2_manager_win.cc304 bool UdpSocket2ManagerWindows::AddSocketPrv(UdpSocket2Windows* s) in AddSocketPrv()
366 bool UdpSocket2ManagerWindows::RemoveSocketPrv(UdpSocket2Windows* s) in RemoveSocketPrv()
573 UdpSocket2Windows* pSocket = NULL; in Process()
Dudp_socket_wrapper.cc96 s = new UdpSocket2Windows(id, mgr, ipV6Enable, disableGQOS); in CreateSocket()