Searched refs:SetSendDestination (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/test/channel_transport/ |
D | channel_transport.h | 45 int SetSendDestination(const char* ip_address, uint16_t rtp_port);
|
D | channel_transport.cc | 77 int VoiceChannelTransport::SetSendDestination(const char* ip_address, in SetSendDestination() function in webrtc::test::VoiceChannelTransport
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | voe_stress_test.cc | 151 voice_channel_transport->SetSendDestination("127.0.0.1", 4800); in StartStopTest() 165 VALIDATE_STRESS(voice_channel_transport->SetSendDestination("127.0.0.1", in StartStopTest()
|
D | voe_cpu_test.cc | 70 CHECK(voice_socket_transport->SetSendDestination("127.0.0.1", 5566)); in DoTest()
|
D | voe_output_test.cc | 92 EXPECT_EQ(0, transport->SetSendDestination(kIp, kPort)); in OutputTest()
|
/external/webrtc/webrtc/tools/e2e_quality/audio/ |
D | audio_e2e_harness.cc | 54 ASSERT_EQ(0, voice_channel_transport->SetSendDestination("127.0.0.1", 1234)); in RunHarness()
|
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/ |
D | AndroidTest.java | 455 if (0 != SetSendDestination(_channel, _destinationPort, in startCall() 1125 private native int SetSendDestination(int channel, int port, in SetSendDestination() method in AndroidTest
|
/external/webrtc/webrtc/tools/agc/ |
D | agc_harness.cc | 124 channel_transport_->SetSendDestination("127.0.0.1", tx_port)); in SetUp()
|
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/ |
D | android_test.cc | 249 if(veData1.base->SetSendDestination(0, 1234, "127.0.0.1") < 0) in Process() 640 jint retVal = veData1.base->SetSendDestination(channel, port, ipaddrNative); in Java_org_webrtc_voiceengine_test_AndroidTest_SetSendDestination()
|
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 289 res = voice_channel_transport->SetSendDestination(ip, rPort); in RunTest() 325 res = voice_channel_transports[i]->SetSendDestination(ip, port); in RunTest()
|