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

/external/chromium_org/third_party/webrtc/test/channel_transport/include/
H A Dchannel_transport.h24 class VoiceChannelTransport : public UdpTransportData { class in namespace:webrtc::test
26 VoiceChannelTransport(VoENetwork* voe_network, int channel);
28 virtual ~VoiceChannelTransport();
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dchannel_transport.cc31 VoiceChannelTransport::VoiceChannelTransport(VoENetwork* voe_network, function in class:webrtc::test::VoiceChannelTransport
46 VoiceChannelTransport::~VoiceChannelTransport() {
51 void VoiceChannelTransport::IncomingRTPPacket(
60 void VoiceChannelTransport::IncomingRTCPPacket(
69 int VoiceChannelTransport::SetLocalReceiver(uint16_t rtp_port) {
78 int VoiceChannelTransport::SetSendDestination(const char* ip_address,

Completed in 133 milliseconds