Home
last modified time | relevance | path

Searched defs:ice_candidate (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/app/webrtc/
Djsepsessiondescription_unittest.cc143 const IceCandidateInterface* ice_candidate = ice_candidates->at(0); in TEST_F() local
160 const IceCandidateInterface* ice_candidate = ice_candidates->at(0); in TEST_F() local
177 const IceCandidateInterface* ice_candidate = ice_candidates->at(0); in TEST_F() local
Dwebrtcsession_unittest.cc2281 JsepIceCandidate ice_candidate(kMediaContentName0, kMediaContentIndex0, in TEST_F() local
3613 JsepIceCandidate ice_candidate(kMediaContentName0, kMediaContentIndex0, in TEST_F() local
4174 JsepIceCandidate ice_candidate(kMediaContentName1, kMediaContentIndex1, in TEST_P() local
4205 JsepIceCandidate ice_candidate(kMediaContentName1, kMediaContentIndex1, in TEST_P() local
Dpeerconnection.cc1143 const IceCandidateInterface* ice_candidate) { in AddIceCandidate()