Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc181 class ConstraintsWrapper;
377 void SetConstraints(ConstraintsWrapper* constraints) { in SetConstraints()
382 const ConstraintsWrapper* constraints() { return constraints_.get(); } in constraints()
413 scoped_ptr<ConstraintsWrapper> constraints_;
418 class ConstraintsWrapper : public MediaConstraintsInterface { class
420 ConstraintsWrapper(JNIEnv* jni, jobject j_constraints) { in ConstraintsWrapper() function in webrtc_jni::ConstraintsWrapper
427 virtual ~ConstraintsWrapper() {} in ~ConstraintsWrapper()
504 ConstraintsWrapper* constraints) in SdpObserverWrapper()
547 scoped_ptr<ConstraintsWrapper> constraints_;
556 ConstraintsWrapper* constraints) in CreateSdpObserverWrapper()
[all …]