Home | History | Annotate | Download | only in webrtc

Lines Matching refs:channel1

2722   rtc::scoped_ptr<cricket::WebRtcVoiceMediaChannel> channel1(
2732 channel1->AddSendStream(stream1);
2742 ASSERT_TRUE(channel1->SetSendParameters(parameters_options_all));
2743 EXPECT_EQ(parameters_options_all.options, channel1->options());
2751 ASSERT_TRUE(channel1->SetSendParameters(parameters_options_no_ns));
2756 EXPECT_EQ(expected_options, channel1->options());
2782 channel1->SetSend(cricket::SEND_MICROPHONE);