Searched defs:VoiceChannelTransport (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
H A Dchannel_transport.h23 class VoiceChannelTransport : public UdpTransportData { class in namespace:webrtc::test
25 VoiceChannelTransport(VoENetwork* voe_network, int channel);
27 virtual ~VoiceChannelTransport();
H A Dchannel_transport.cc29 VoiceChannelTransport::VoiceChannelTransport(VoENetwork* voe_network, function in class:webrtc::test::VoiceChannelTransport
44 VoiceChannelTransport::~VoiceChannelTransport() {
49 void VoiceChannelTransport::IncomingRTPPacket(
58 void VoiceChannelTransport::IncomingRTCPPacket(
67 int VoiceChannelTransport::SetLocalReceiver(uint16_t rtp_port) {
77 int VoiceChannelTransport::SetSendDestination(const char* ip_address,

Completed in 60 milliseconds