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

  /external/webrtc/webrtc/test/channel_transport/
channel_transport.h 45 int SetSendDestination(const char* ip_address, uint16_t rtp_port);
channel_transport.cc 77 int VoiceChannelTransport::SetSendDestination(const char* ip_address,
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_cpu_test.cc 70 CHECK(voice_socket_transport->SetSendDestination("127.0.0.1", 5566));
voe_stress_test.cc 151 voice_channel_transport->SetSendDestination("127.0.0.1", 4800);
165 VALIDATE_STRESS(voice_channel_transport->SetSendDestination("127.0.0.1",
voe_output_test.cc 92 EXPECT_EQ(0, transport->SetSendDestination(kIp, kPort));
  /external/webrtc/webrtc/tools/e2e_quality/audio/
audio_e2e_harness.cc 54 ASSERT_EQ(0, voice_channel_transport->SetSendDestination("127.0.0.1", 1234));
  /external/webrtc/webrtc/tools/agc/
agc_harness.cc 124 channel_transport_->SetSendDestination("127.0.0.1", tx_port));
  /external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 249 if(veData1.base->SetSendDestination(0, 1234, "127.0.0.1") < 0)
620 // [Base] SetSendDestination
640 jint retVal = veData1.base->SetSendDestination(channel, port, ipaddrNative);
    [all...]
  /external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
AndroidTest.java 455 if (0 != SetSendDestination(_channel, _destinationPort,
    [all...]
  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 289 res = voice_channel_transport->SetSendDestination(ip, rPort);
325 res = voice_channel_transports[i]->SetSendDestination(ip, port);

Completed in 943 milliseconds