Home
last modified time | relevance | path

Searched refs:RemoveRemoteCandidate (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/p2p/base/
Dmock_ice_transport.h75 void RemoveRemoteCandidate(const Candidate& candidate) override {} in RemoveRemoteCandidate() function
Dice_transport_internal.h257 virtual void RemoveRemoteCandidate(const Candidate& candidate) = 0;
Dfake_ice_transport.h192 void RemoveRemoteCandidate(const Candidate& candidate) override { in RemoveRemoteCandidate() function
Dp2p_transport_channel.h120 void RemoveRemoteCandidate(const Candidate& candidate) override;
Dp2p_transport_channel.cc1288 void P2PTransportChannel::RemoveRemoteCandidate( in RemoveRemoteCandidate() function in cricket::P2PTransportChannel
Dp2p_transport_channel_unittest.cc849 rch->RemoveRemoteCandidate(c); in OnMessage()
/external/webrtc/pc/
Djsep_transport_controller.cc366 dtls->ice_transport()->RemoveRemoteCandidate(candidate); in RemoveRemoteCandidates()