Searched refs:voe_send_ (Results 1 – 2 of 2) sorted by relevance
50 audio_state_config.voice_engine = voe_send_.voice_engine; in RunBaseTest()125 EXPECT_EQ(0, voe_send_.base->StartSend(voe_send_.channel_id)); in Start()150 EXPECT_EQ(0, voe_send_.base->StopSend(voe_send_.channel_id)); in Stop()183 RTC_DCHECK(num_audio_streams == 0 || voe_send_.channel_id >= 0); in CreateSendConfig()201 audio_send_config_.voe_channel_id = voe_send_.channel_id; in CreateSendConfig()229 RTC_DCHECK(voe_send_.channel_id >= 0); in CreateMatchingReceiveConfigs()274 EXPECT_EQ(0, voe_send_.codec->SetSendCodec(voe_send_.channel_id, isac)); in CreateAudioStreams()296 voe_send_.voice_engine = VoiceEngine::Create(); in CreateVoiceEngines()297 voe_send_.base = VoEBase::GetInterface(voe_send_.voice_engine); in CreateVoiceEngines()298 voe_send_.network = VoENetwork::GetInterface(voe_send_.voice_engine); in CreateVoiceEngines()[all …]
132 VoiceEngineState voe_send_; variable