Searched refs:voice_channel_transport (Results 1 – 3 of 3) sorted by relevance
147 rtc::scoped_ptr<VoiceChannelTransport> voice_channel_transport( in StartStopTest() local151 voice_channel_transport->SetSendDestination("127.0.0.1", 4800); in StartStopTest()152 voice_channel_transport->SetLocalReceiver(4800); in StartStopTest()165 VALIDATE_STRESS(voice_channel_transport->SetSendDestination("127.0.0.1", in StartStopTest()167 VALIDATE_STRESS(voice_channel_transport->SetLocalReceiver(4800)); in StartStopTest()
51 rtc::scoped_ptr<VoiceChannelTransport> voice_channel_transport( in RunHarness() local54 ASSERT_EQ(0, voice_channel_transport->SetSendDestination("127.0.0.1", 1234)); in RunHarness()55 ASSERT_EQ(0, voice_channel_transport->SetLocalReceiver(1234)); in RunHarness()
265 VoiceChannelTransport* voice_channel_transport( in RunTest() local289 res = voice_channel_transport->SetSendDestination(ip, rPort); in RunTest()299 res = voice_channel_transport->SetLocalReceiver(lPort); in RunTest()856 delete voice_channel_transport; in RunTest()