Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dpeerconnectioninterface.h506 : disable_encryption(false), in Options()
511 bool disable_encryption; variable
Dwebrtcsession.cc624 if (options.disable_encryption) { in Initialize()
739 if (options.disable_encryption) { in Initialize()
Dwebrtcsession_unittest.cc1907 options_.disable_encryption = true; in TEST_P()
1935 options_.disable_encryption = true; in TEST_P()
2772 options_.disable_encryption = true; in TEST_F()
3656 options_.disable_encryption = true; in TEST_F()
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc1318 bool disable_encryption = in JOW() local
1331 options_to_set.disable_encryption = disable_encryption; in JOW()