Searched defs:jsep_candidate (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/pc/ |
D | jsep_session_description_unittest.cc | 128 JsepIceCandidate jsep_candidate("", 0, candidate_); in TEST_F() local 147 JsepIceCandidate jsep_candidate(mid, 0, candidate_); in TEST_F() local 171 JsepIceCandidate jsep_candidate("audio", 0, candidate_); in TEST_F() local 198 JsepIceCandidate jsep_candidate("", 0, candidate_); in TEST_F() local 286 JsepIceCandidate jsep_candidate("audio", 0, candidate_); in TEST_F() local
|
D | peer_connection_ice_unittest.cc | 261 std::unique_ptr<IceCandidateInterface> jsep_candidate = in AddCandidateToFirstTransport() local 452 std::unique_ptr<IceCandidateInterface> jsep_candidate = in TEST_P() local 476 std::unique_ptr<IceCandidateInterface> jsep_candidate = in TEST_P() local 709 auto jsep_candidate = in TEST_P() local 734 auto jsep_candidate = in TEST_P() local 757 auto jsep_candidate = in TEST_P() local 777 std::unique_ptr<IceCandidateInterface> jsep_candidate = in TEST_P() local 805 auto jsep_candidate = in TEST_P() local
|
D | jsep_session_description.cc | 62 const IceCandidateInterface* jsep_candidate = candidate_collection.at(i); in UpdateConnectionAddress() local
|
D | peer_connection_bundle_unittest.cc | 78 std::unique_ptr<IceCandidateInterface> jsep_candidate = in AddIceCandidateToMedia() local
|