Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dport_allocator_unittest.cc40 candidate_pool_size, webrtc::NO_PRUNE)); in SetConfigurationWithPoolSize()
46 candidate_pool_size, webrtc::NO_PRUNE)); in SetConfigurationWithPoolSizeExpectFailure()
118 webrtc::NO_PRUNE)); in TEST_F()
126 webrtc::NO_PRUNE)); in TEST_F()
183 webrtc::NO_PRUNE); in TEST_F()
191 webrtc::NO_PRUNE); in TEST_F()
213 webrtc::NO_PRUNE); in TEST_F()
222 webrtc::NO_PRUNE); in TEST_F()
Dregathering_controller_unittest.cc74 webrtc::NO_PRUNE); in InitializeAndGatherOnce()
Dport_allocator.cc128 prune_turn_ports ? webrtc::PRUNE_BASED_ON_PRIORITY : webrtc::NO_PRUNE; in SetConfiguration()
Dport_allocator.h649 webrtc::PortPrunePolicy turn_port_prune_policy_ = webrtc::NO_PRUNE;
Dp2p_transport_channel_unittest.cc174 allocator->SetConfiguration(stun_servers, turn_servers, 0, webrtc::NO_PRUNE); in CreateBasicPortAllocator()
1997 webrtc::NO_PRUNE); in TEST_F()
2000 webrtc::NO_PRUNE); in TEST_F()
2040 webrtc::NO_PRUNE); in TEST_F()
2043 webrtc::NO_PRUNE); in TEST_F()
/external/webrtc/api/transport/
Denums.h31 NO_PRUNE, // Do not prune. enumerator
/external/webrtc/sdk/android/src/jni/pc/
Dice_candidate.cc202 return webrtc::NO_PRUNE; in JavaToNativePortPrunePolicy()
213 return webrtc::NO_PRUNE; in JavaToNativePortPrunePolicy()
/external/webrtc/p2p/client/
Dbasic_port_allocator_unittest.cc2081 webrtc::NO_PRUNE); in TEST_F()
2118 webrtc::NO_PRUNE); in TEST_F()
2294 webrtc::NO_PRUNE, nullptr, expected_stun_keepalive_interval); in TEST_F()
2309 webrtc::NO_PRUNE, nullptr, 123 /* stun keepalive interval */); in TEST_F()
2317 webrtc::NO_PRUNE, nullptr, expected_stun_keepalive_interval); in TEST_F()
2331 webrtc::NO_PRUNE, nullptr, expected_stun_keepalive_interval); in TEST_F()
2349 webrtc::NO_PRUNE, nullptr, expected_stun_keepalive_interval); in TEST_F()
Dbasic_port_allocator.cc165 webrtc::NO_PRUNE, customizer); in BasicPortAllocator()
188 webrtc::NO_PRUNE, nullptr); in BasicPortAllocator()
/external/libaom/libaom/av1/encoder/
Dspeed_features.h185 NO_PRUNE = 0, enumerator
Drdopt_utils.h430 x->prune_mode = NO_PRUNE; in set_tx_type_prune()
/external/webrtc/test/peer_scenario/
Dscenario_connection.cc112 webrtc::NO_PRUNE)); in __anon82eab2e20102()
/external/webrtc/sdk/android/api/org/webrtc/
DPeerConnection.java417 NO_PRUNE, // Do not prune turn port. enumConstant
571 turnPortPrunePolicy = PortPrunePolicy.NO_PRUNE; in RTCConfiguration()
/external/webrtc/api/
Dpeer_connection_interface.h491 PortPrunePolicy turn_port_prune_policy = NO_PRUNE;
/external/webrtc/pc/
Dpeer_connection_interface_unittest.cc2448 EXPECT_EQ(webrtc::NO_PRUNE, port_allocator_->turn_port_prune_policy()); in TEST_P()