Searched refs:NO_PRUNE (Results 1 – 15 of 15) sorted by relevance
/external/webrtc/p2p/base/ |
D | port_allocator_unittest.cc | 40 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()
|
D | regathering_controller_unittest.cc | 74 webrtc::NO_PRUNE); in InitializeAndGatherOnce()
|
D | port_allocator.cc | 128 prune_turn_ports ? webrtc::PRUNE_BASED_ON_PRIORITY : webrtc::NO_PRUNE; in SetConfiguration()
|
D | port_allocator.h | 649 webrtc::PortPrunePolicy turn_port_prune_policy_ = webrtc::NO_PRUNE;
|
D | p2p_transport_channel_unittest.cc | 174 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/ |
D | enums.h | 31 NO_PRUNE, // Do not prune. enumerator
|
/external/webrtc/sdk/android/src/jni/pc/ |
D | ice_candidate.cc | 202 return webrtc::NO_PRUNE; in JavaToNativePortPrunePolicy() 213 return webrtc::NO_PRUNE; in JavaToNativePortPrunePolicy()
|
/external/webrtc/p2p/client/ |
D | basic_port_allocator_unittest.cc | 2081 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()
|
D | basic_port_allocator.cc | 165 webrtc::NO_PRUNE, customizer); in BasicPortAllocator() 188 webrtc::NO_PRUNE, nullptr); in BasicPortAllocator()
|
/external/libaom/libaom/av1/encoder/ |
D | speed_features.h | 185 NO_PRUNE = 0, enumerator
|
D | rdopt_utils.h | 430 x->prune_mode = NO_PRUNE; in set_tx_type_prune()
|
/external/webrtc/test/peer_scenario/ |
D | scenario_connection.cc | 112 webrtc::NO_PRUNE)); in __anon82eab2e20102()
|
/external/webrtc/sdk/android/api/org/webrtc/ |
D | PeerConnection.java | 417 NO_PRUNE, // Do not prune turn port. enumConstant 571 turnPortPrunePolicy = PortPrunePolicy.NO_PRUNE; in RTCConfiguration()
|
/external/webrtc/api/ |
D | peer_connection_interface.h | 491 PortPrunePolicy turn_port_prune_policy = NO_PRUNE;
|
/external/webrtc/pc/ |
D | peer_connection_interface_unittest.cc | 2448 EXPECT_EQ(webrtc::NO_PRUNE, port_allocator_->turn_port_prune_policy()); in TEST_P()
|