Home
last modified time | relevance | path

Searched refs:new_candidate (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dport.cc1291 const Candidate& new_candidate) { in MaybeUpdatePeerReflexiveCandidate() argument
1293 new_candidate.type() != PRFLX_PORT_TYPE && in MaybeUpdatePeerReflexiveCandidate()
1294 remote_candidate_.protocol() == new_candidate.protocol() && in MaybeUpdatePeerReflexiveCandidate()
1295 remote_candidate_.address() == new_candidate.address() && in MaybeUpdatePeerReflexiveCandidate()
1296 remote_candidate_.username() == new_candidate.username() && in MaybeUpdatePeerReflexiveCandidate()
1297 remote_candidate_.password() == new_candidate.password() && in MaybeUpdatePeerReflexiveCandidate()
1298 remote_candidate_.generation() == new_candidate.generation()) { in MaybeUpdatePeerReflexiveCandidate()
1299 remote_candidate_ = new_candidate; in MaybeUpdatePeerReflexiveCandidate()
Dport.h571 void MaybeUpdatePeerReflexiveCandidate(const Candidate& new_candidate);
Dp2ptransportchannel_unittest.cc1901 const cricket::Candidate& new_candidate = conn3->remote_candidate(); in TEST_F() local
1902 EXPECT_EQ(kIcePwd[2], new_candidate.password()); in TEST_F()
1903 EXPECT_EQ(1U, new_candidate.generation()); in TEST_F()
/external/v8/src/compiler/
Dlinkage.cc83 int new_candidate = in GetFirstUnusedStackSlot() local
85 if (new_candidate > slots_above_sp) { in GetFirstUnusedStackSlot()
86 slots_above_sp = new_candidate; in GetFirstUnusedStackSlot()
/external/toybox/toys/pending/
Ddiff.c121 static struct candidate * new_candidate (int i, int j, struct candidate* prev) in new_candidate() function
167 c = new_candidate(i , j, pr); in do_merge()
324 kcand[0] = new_candidate(0 , 0, NULL); in create_j_vector()
325 kcand[1] = new_candidate(file[0].len+1, file[1].len+1, NULL); //the fence in create_j_vector()
/external/webrtc/talk/app/webrtc/
Dwebrtcsessiondescriptionfactory.cc124 const IceCandidateInterface* new_candidate = source_candidates->at(n); in CopyCandidatesFromSessionDescription() local
125 if (!dest_candidates->HasCandidate(new_candidate)) in CopyCandidatesFromSessionDescription()