Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc1326 PeerConnectionFactoryInterface::Options options_to_set; in JOW() local
1330 options_to_set.network_ignore_mask = network_ignore_mask; in JOW()
1331 options_to_set.disable_encryption = disable_encryption; in JOW()
1332 options_to_set.disable_network_monitor = disable_network_monitor; in JOW()
1333 factory->SetOptions(options_to_set); in JOW()