Searched refs:VoiceChannelTransport (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
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,
H A Dchannel_transport.h23 class VoiceChannelTransport : public UdpTransportData { class in namespace:webrtc::test
25 VoiceChannelTransport(VoENetwork* voe_network, int channel);
27 virtual ~VoiceChannelTransport();
/external/webrtc/webrtc/voice_engine/test/auto_test/
H A Dvoe_cpu_test.cc67 rtc::scoped_ptr<VoiceChannelTransport> voice_socket_transport(
68 new VoiceChannelTransport(voe_network, channel));
H A Dvoe_output_test.cc31 using webrtc::test::VoiceChannelTransport;
89 VoiceChannelTransport* transport =
90 new VoiceChannelTransport(network, channel_);
H A Dvoe_stress_test.cc147 rtc::scoped_ptr<VoiceChannelTransport> voice_channel_transport(
148 new VoiceChannelTransport(voe_network, 0));
/external/webrtc/webrtc/tools/e2e_quality/audio/
H A Daudio_e2e_harness.cc51 rtc::scoped_ptr<VoiceChannelTransport> voice_channel_transport(
52 new VoiceChannelTransport(network, channel));
/external/webrtc/webrtc/tools/agc/
H A Dagc_harness.cc122 new test::VoiceChannelTransport(network, channel_));
220 rtc::scoped_ptr<test::VoiceChannelTransport> channel_transport_;
/external/webrtc/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc265 VoiceChannelTransport* voice_channel_transport(
266 new VoiceChannelTransport(netw, chan));
317 std::vector<VoiceChannelTransport*> voice_channel_transports(kMaxNumChannels);
323 voice_channel_transports[i] = new VoiceChannelTransport(netw, channels[i]);

Completed in 126 milliseconds