Searched defs:StartReceiving (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/test/channel_transport/ | ||
D | udp_socket_wrapper.cc | 138 bool UdpSocketWrapper::StartReceiving() in StartReceiving() function in webrtc::test::UdpSocketWrapper |
D | udp_socket2_win.h | 56 inline bool StartReceiving() override { return StartReceiving(8); } in StartReceiving() function |
D | udp_socket2_win.cc | 277 bool UdpSocket2Windows::StartReceiving(uint32_t receiveBuffers) in StartReceiving() function in webrtc::test::UdpSocket2Windows |
D | udp_transport_impl.cc | 1544 int32_t UdpTransportImpl::StartReceiving(uint32_t numberOfSocketBuffers) in StartReceiving() function in webrtc::test::UdpTransportImpl |
/external/webrtc/webrtc/voice_engine/ | ||
D | channel.cc | 1309 Channel::StartReceiving() in StartReceiving() function in webrtc::voe::Channel |