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

  /external/webrtc/webrtc/p2p/client/
basicportallocator.h 48 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
fakeportallocator.h 160 void SetNetworkIgnoreMask(int network_ignore_mask) override {}
basicportallocator.cc 334 return allocator_->network_ignore_mask() &
    [all...]
  /external/webrtc/talk/app/webrtc/
peerconnectioninterface.h 509 network_ignore_mask(rtc::kDefaultNetworkIgnoreMask),
518 int network_ignore_mask; member in class:webrtc::PeerConnectionFactoryInterface::Options
peerconnectionfactory.cc 269 allocator->SetNetworkIgnoreMask(options_.network_ignore_mask);
  /external/webrtc/webrtc/p2p/base/
portallocator.h 187 virtual void SetNetworkIgnoreMask(int network_ignore_mask) = 0;
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc 1313 int network_ignore_mask = local
    [all...]

Completed in 320 milliseconds