Searched refs:new_candidate (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | port.cc | 1291 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()
|
D | port.h | 571 void MaybeUpdatePeerReflexiveCandidate(const Candidate& new_candidate);
|
D | p2ptransportchannel_unittest.cc | 1901 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/ |
D | linkage.cc | 83 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/ |
D | diff.c | 121 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/ |
D | webrtcsessiondescriptionfactory.cc | 124 const IceCandidateInterface* new_candidate = source_candidates->at(n); in CopyCandidatesFromSessionDescription() local 125 if (!dest_candidates->HasCandidate(new_candidate)) in CopyCandidatesFromSessionDescription()
|