Home
last modified time | relevance | path

Searched refs:ParseConstraintsForAnswer (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dpeerconnection.h56 bool ParseConstraintsForAnswer(const MediaConstraintsInterface* constraints,
Dpeerconnection.cc474 bool ParseConstraintsForAnswer(const MediaConstraintsInterface* constraints, in ParseConstraintsForAnswer() function
1473 if (!ParseConstraintsForAnswer(constraints, session_options)) { in GetOptionsForAnswer()
Dpeerconnectioninterface_unittest.cc2391 EXPECT_TRUE(ParseConstraintsForAnswer(&answer_c, &answer_options)); in TEST()
2423 ParseConstraintsForAnswer(&updated_answer_c, &updated_answer_options)); in TEST()
Dwebrtcsession_unittest.cc590 ASSERT_TRUE(ParseConstraintsForAnswer(constraints, session_options)); in GetOptionsForAnswer()