Searched refs:network_ignore_mask (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/p2p/client/
H A Dbasicportallocator.h48 void SetNetworkIgnoreMask(int network_ignore_mask) override {
52 network_ignore_mask_ = network_ignore_mask;
55 int network_ignore_mask() const { return network_ignore_mask_; } function in class:cricket::BasicPortAllocator
H A Dfakeportallocator.h160 void SetNetworkIgnoreMask(int network_ignore_mask) override {}
H A Dbasicportallocator.cc334 return allocator_->network_ignore_mask() &
/external/webrtc/talk/app/webrtc/
H A Dpeerconnectioninterface.h509 network_ignore_mask(rtc::kDefaultNetworkIgnoreMask),
518 int network_ignore_mask; member in class:webrtc::PeerConnectionFactoryInterface::Options
H A Dpeerconnectionfactory.cc269 allocator->SetNetworkIgnoreMask(options_.network_ignore_mask);
/external/webrtc/webrtc/p2p/base/
H A Dportallocator.h187 virtual void SetNetworkIgnoreMask(int network_ignore_mask) = 0;
/external/webrtc/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1313 int network_ignore_mask = local
1330 options_to_set.network_ignore_mask = network_ignore_mask;

Completed in 95 milliseconds