Searched refs:voice_channel_transports (Results 1 – 1 of 1) sorted by relevance
317 std::vector<VoiceChannelTransport*> voice_channel_transports(kMaxNumChannels); in RunTest() local323 voice_channel_transports[i] = new VoiceChannelTransport(netw, channels[i]); in RunTest()325 res = voice_channel_transports[i]->SetSendDestination(ip, port); in RunTest()327 res = voice_channel_transports[i]->SetLocalReceiver(port); in RunTest()858 delete voice_channel_transports[i]; in RunTest()859 voice_channel_transports[i] = NULL; in RunTest()