Searched refs:SendUdp (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/base/ |
D | virtualsocketserver.h | 162 int SendUdp(VirtualSocket* socket, const char* data, size_t data_size, 306 int SendUdp(const void* pv, size_t cb, const SocketAddress& addr);
|
D | virtualsocketserver.cc | 246 return SendUdp(pv, cb, remote_addr_); in Send() 256 return SendUdp(pv, cb, addr); in SendTo() 470 int VirtualSocket::SendUdp(const void* pv, in SendUdp() function in rtc::VirtualSocket 485 return server_->SendUdp(this, static_cast<const char*>(pv), cb, addr); in SendUdp() 762 int VirtualSocketServer::SendUdp(VirtualSocket* socket, in SendUdp() function in rtc::VirtualSocketServer
|