Home
last modified time | relevance | path

Searched refs:KEEP_FIRST_READY (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/api/transport/
Denums.h33 KEEP_FIRST_READY // Keep the first ready port and prune the rest enumerator
/external/webrtc/sdk/android/src/jni/pc/
Dice_candidate.cc208 return webrtc::KEEP_FIRST_READY; in JavaToNativePortPrunePolicy()
/external/webrtc/sdk/android/api/org/webrtc/
DPeerConnection.java419 KEEP_FIRST_READY // Keep the first ready port and prune the rest on the same network. enumConstant
/external/webrtc/p2p/client/
Dbasic_port_allocator_unittest.cc1695 TestTurnPortPrunesWithUdpAndTcpPorts(webrtc::KEEP_FIRST_READY, in TEST_F()
1707 TestTurnPortPrunesWithUdpAndTcpPorts(webrtc::KEEP_FIRST_READY, in TEST_F()
Dbasic_port_allocator.cc948 if (turn_port_prune_policy_ == webrtc::KEEP_FIRST_READY) { in OnCandidateReady()