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

  /external/webrtc/webrtc/test/channel_transport/
udp_socket_wrapper.cc 138 bool UdpSocketWrapper::StartReceiving()
144 bool UdpSocketWrapper::StartReceiving(const uint32_t /*receiveBuffers*/) {
145 return StartReceiving();
udp_socket2_win.cc 277 bool UdpSocket2Windows::StartReceiving(uint32_t receiveBuffers)
280 "UdpSocket2Windows(%d)::StartReceiving(%d)", (int32_t)this,
298 "UdpSocket2Windows::StartReceiving() i=%d", i);
    [all...]
udp_transport_impl.cc 870 if(StartReceiving(noOfReceiveBuffers) !=
    [all...]
  /external/webrtc/webrtc/voice_engine/
channel.cc     [all...]

Completed in 1766 milliseconds