Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/objc/
DRTCPeerConnectionInterface.mm49 _bundlePolicy = [RTCEnumConverter bundlePolicyForNativeEnum:config.bundle_policy];
87 nativeConfig.bundle_policy = [RTCEnumConverter nativeEnumForBundlePolicy:_bundlePolicy];
/external/webrtc/talk/app/webrtc/
Dpeerconnectioninterface.h252 BundlePolicy bundle_policy; member
264 bundle_policy(kBundlePolicyBalanced), in RTCConfiguration()
Dwebrtcsession_unittest.cc444 PeerConnectionInterface::BundlePolicy bundle_policy) { in InitWithBundlePolicy() argument
446 configuration.bundle_policy = bundle_policy; in InitWithBundlePolicy()
Dwebrtcsession.cc602 bundle_policy_ = rtc_configuration.bundle_policy; in Initialize()
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc1583 rtc_config->bundle_policy = in JavaRTCConfigurationToJsepRTCConfiguration()