HomeSort by relevance Sort by last modified time
    Searched refs:voice_channel_transport (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
audio_e2e_harness.cc 51 scoped_ptr<VoiceChannelTransport> voice_channel_transport(
54 ASSERT_EQ(0, voice_channel_transport->SetSendDestination("127.0.0.1", 1234));
55 ASSERT_EQ(0, voice_channel_transport->SetLocalReceiver(1234));
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
voe_stress_test.cc 148 scoped_ptr<VoiceChannelTransport> voice_channel_transport(
152 voice_channel_transport->SetSendDestination("127.0.0.1", 4800);
153 voice_channel_transport->SetLocalReceiver(4800);
166 VALIDATE_STRESS(voice_channel_transport->SetSendDestination("127.0.0.1",
168 VALIDATE_STRESS(voice_channel_transport->SetLocalReceiver(4800));
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_record.cc 160 voice_channel_transport(
163 voice_channel_transport->SetSendDestination(ipAddress, audio_tx_port);
164 voice_channel_transport->SetLocalReceiver(audio_rx_port);
vie_autotest_custom_call.cc 289 voice_channel_transport; local
361 voice_channel_transport.reset(
364 error = voice_channel_transport->SetSendDestination(ip_address.c_str(),
370 error = voice_channel_transport->SetLocalReceiver(audio_rx_port);
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 261 scoped_ptr<VoiceChannelTransport> voice_channel_transport(
285 res = voice_channel_transport->SetSendDestination(ip, rPort);
295 res = voice_channel_transport->SetLocalReceiver(lPort);

Completed in 200 milliseconds