/external/webrtc/talk/app/webrtc/objc/ |
D | RTCPeerConnectionObserver.h | 69 void OnIceCandidate(const IceCandidateInterface* candidate) override;
|
D | RTCPeerConnectionObserver.mm | 100 void RTCPeerConnectionObserver::OnIceCandidate(
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | conductor.h | 74 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate);
|
D | conductor.cc | 173 void Conductor::OnIceCandidate(const webrtc::IceCandidateInterface* candidate) { in OnIceCandidate() function in Conductor
|
/external/webrtc/talk/app/webrtc/test/ |
D | peerconnectiontestwrapper.h | 67 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate);
|
D | peerconnectiontestwrapper.cc | 121 void PeerConnectionTestWrapper::OnIceCandidate( in OnIceCandidate() function in PeerConnectionTestWrapper
|
/external/webrtc/talk/app/webrtc/ |
D | peerconnectioninterface.h | 478 virtual void OnIceCandidate(const IceCandidateInterface* candidate) = 0;
|
D | peerconnection.h | 184 void OnIceCandidate(const IceCandidateInterface* candidate) override;
|
D | webrtcsession.h | 98 virtual void OnIceCandidate(const IceCandidateInterface* candidate) = 0;
|
D | peerconnectionfactory_unittest.cc | 97 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate) {} in OnIceCandidate() function in __anon9349ddb80111::NullPeerConnectionObserver
|
D | peerconnection.cc | 1317 void PeerConnection::OnIceCandidate(const IceCandidateInterface* candidate) { in OnIceCandidate() function in webrtc::PeerConnection 1319 observer_->OnIceCandidate(candidate); in OnIceCandidate()
|
D | webrtcsession.cc | 1644 ice_observer_->OnIceCandidate(&candidate); in OnTransportControllerCandidatesGathered()
|
D | peerconnection_unittest.cc | 242 void OnIceCandidate(const webrtc::IceCandidateInterface* candidate) override { in OnIceCandidate() function in PeerConnectionTestClient
|
D | peerconnectioninterface_unittest.cc | 469 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate) { in OnIceCandidate() function in __anonc73e56510111::MockPeerConnectionObserver
|
D | webrtcsession_unittest.cc | 201 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate) { in OnIceCandidate() function in MockIceObserver
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | peerconnection_jni.cc | 211 void OnIceCandidate(const IceCandidateInterface* candidate) override { in OnIceCandidate() function in webrtc_jni::PCOJava
|