Home
last modified time | relevance | path

Searched refs:remote_ice (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.cc349 IceParameters* current_ice = remote_ice(); in SetRemoteIceCredentials()
691 if (remote_ice()) { in AddRemoteCandidate()
693 new_remote_candidate.set_username(remote_ice()->ufrag); in AddRemoteCandidate()
695 if (new_remote_candidate.username() == remote_ice()->ufrag) { in AddRemoteCandidate()
697 new_remote_candidate.set_password(remote_ice()->pwd); in AddRemoteCandidate()
Dp2ptransportchannel.h251 IceParameters* remote_ice() { in remote_ice() function