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.cc667 FakeConstraints answer_c; local
668 answer_c.SetMandatoryReceiveAudio(true);
669 answer_c.SetMandatoryReceiveVideo(true);
672 EXPECT_TRUE(signaling_->GetOptionsForAnswer(&answer_c, &answer_options));
701 answer_c.SetMandatoryReceiveAudio(false);
702 answer_c.SetMandatoryReceiveVideo(false);

Completed in 44 milliseconds