Searched refs:GetMandatory (Results 1 – 12 of 12) sorted by relevance
42 RTCMediaConstraintsNative::GetMandatory() const { in GetMandatory() function in webrtc::RTCMediaConstraintsNative
41 virtual const Constraints& GetMandatory() const;
25 virtual const Constraints& GetMandatory() const;
28 MediaConstraints::GetMandatory() const {
60 virtual const Constraints& GetMandatory() const = 0;
108 FromConstraints(constraints->GetMandatory(), &mandatory_options); in Initialize()
152 if (constraints->GetMandatory().FindFirst(key, &string_value)) { in FindConstraint()
381 constraints->GetMandatory(); in Initialize()
527 return mandatory_constraints_satisfied == constraints->GetMandatory().size(); in ParseConstraintsForAnswer()
44 virtual const Constraints& GetMandatory() const { in GetMandatory() function
36 nativeConstraints->GetMandatory();
430 const Constraints& GetMandatory() const override { return mandatory_; } in GetMandatory() function in webrtc_jni::ConstraintsWrapper