HomeSort by relevance Sort by last modified time
    Searched refs:InitializeReceiveSockets (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/test/channel_transport/
channel_transport.cc 69 int return_value = socket_transport_->InitializeReceiveSockets(this,
udp_transport.h 155 virtual int32_t InitializeReceiveSockets(
164 // ports set by InitializeReceiveSockets(..).
169 // by InitializeReceiveSockets(..). rtpPort is set to the RTP port.
202 // InitializeReceiveSockets() has been called.
234 // InitializeReceiveSockets() or InitializeSendSockets(). It is not
udp_transport_impl.h 53 int32_t InitializeReceiveSockets(UdpTransportData* const packetCallback,
udp_transport_impl.cc 234 int32_t UdpTransportImpl::InitializeReceiveSockets(
262 "InitializeReceiveSockets port 0 not allowed");
279 "InitializeReceiveSockets RTCP port not configured using RTP\
292 "InitializeReceiveSockets invalid IP address");
317 "InitializeReceiveSockets invalid IP address");
325 "InitializeReceiveSockets no socket manager");
345 "InitializeReceiveSockets faild to bind RTP socket");
355 "InitializeReceiveSockets faild to bind RTCP socket");
    [all...]

Completed in 498 milliseconds