Searched refs:answer_c (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediastreamsignaling_unittest.cc740 FakeConstraints answer_c; local
741 answer_c.SetMandatoryReceiveAudio(true);
742 answer_c.SetMandatoryReceiveVideo(true);
745 EXPECT_TRUE(signaling_->GetOptionsForAnswer(&answer_c, &answer_options));
773 answer_c.SetMandatoryReceiveAudio(false);
774 answer_c.SetMandatoryReceiveVideo(false);

Completed in 588 milliseconds