HomeSort by relevance Sort by last modified time
    Searched refs:bundlePolicy (Results 1 - 6 of 6) sorted by null

  /external/webrtc/talk/app/webrtc/objc/
RTCPeerConnectionInterface.mm 37 @synthesize bundlePolicy = _bundlePolicy;
61 bundlePolicy:(RTCBundlePolicy)bundlePolicy
69 _bundlePolicy = bundlePolicy;
RTCEnumConverter.h 66 (webrtc::PeerConnectionInterface::BundlePolicy)nativeEnum;
68 + (webrtc::PeerConnectionInterface::BundlePolicy)nativeEnumForBundlePolicy:
69 (RTCBundlePolicy)bundlePolicy;
RTCEnumConverter.mm 168 (webrtc::PeerConnectionInterface::BundlePolicy)nativeEnum {
179 + (webrtc::PeerConnectionInterface::BundlePolicy)nativeEnumForBundlePolicy:
180 (RTCBundlePolicy)bundlePolicy {
181 switch (bundlePolicy) {
  /external/webrtc/talk/app/webrtc/objc/public/
RTCPeerConnectionInterface.h 62 @property(nonatomic, assign) RTCBundlePolicy bundlePolicy;
70 bundlePolicy:(RTCBundlePolicy)bundlePolicy
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 118 /** Java version of PeerConnectionInterface.BundlePolicy */
119 public enum BundlePolicy {
147 public BundlePolicy bundlePolicy;
159 bundlePolicy = BundlePolicy.BALANCED;
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
PeerConnectionClient.java 456 rtcConfig.bundlePolicy = PeerConnection.BundlePolicy.MAXBUNDLE;
    [all...]

Completed in 151 milliseconds