Searched refs:OnIceCandidate (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCPeerConnectionObserver.h71 virtual void OnIceCandidate(const IceCandidateInterface* candidate) OVERRIDE;
H A DRTCPeerConnectionObserver.mm104 void RTCPeerConnectionObserver::OnIceCandidate(
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dconductor.h90 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate);
H A Dconductor.cc161 void Conductor::OnIceCandidate(const webrtc::IceCandidateInterface* candidate) { function in class:Conductor
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dpeerconnectiontestwrapper.h73 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate);
H A Dpeerconnectiontestwrapper.cc121 void PeerConnectionTestWrapper::OnIceCandidate( function in class:PeerConnectionTestWrapper
/external/chromium_org/remoting/host/
H A Dcast_extension_session.h87 virtual void OnIceCandidate(
H A Dcast_extension_session.cc653 void CastExtensionSession::OnIceCandidate( function in class:remoting::CastExtensionSession
/external/chromium_org/content/renderer/media/
H A Drtc_peer_connection_handler.h168 virtual void OnIceCandidate(
H A Drtc_peer_connection_handler_unittest.cc821 TEST_F(RTCPeerConnectionHandlerTest, OnIceCandidate) {
830 pc_handler_->OnIceCandidate(native_candidate.get());
H A Drtc_peer_connection_handler.cc969 void RTCPeerConnectionHandler::OnIceCandidate( function in class:content::RTCPeerConnectionHandler
974 NOTREACHED() << "OnIceCandidate: Could not get SDP string.";
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnection.h155 virtual void OnIceCandidate(const IceCandidateInterface* candidate);
H A Dpeerconnectioninterface.h44 // observer function OnIceCandidate. The candidates must also be serialized and
66 // function OnIceCandidate. Send these candidates to the remote peer.
379 virtual void OnIceCandidate(const IceCandidateInterface* candidate) = 0;
H A Dwebrtcsession.h91 virtual void OnIceCandidate(const IceCandidateInterface* candidate) = 0;
H A Dpeerconnectionfactory_unittest.cc98 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate) {} function in class:__anon12634::NullPeerConnectionObserver
H A Dpeerconnection.cc855 void PeerConnection::OnIceCandidate(const IceCandidateInterface* candidate) { function in class:webrtc::PeerConnection
857 observer_->OnIceCandidate(candidate);
H A Dpeerconnection_unittest.cc455 virtual void OnIceCandidate( function in class:PeerConnectionTestClientBase
645 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate) { function in class:JsepTestClient
646 LOG(INFO) << id() << "OnIceCandidate";
H A Dpeerconnectioninterface_unittest.cc182 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate) { function in class:__anon12635::MockPeerConnectionObserver
H A Dwebrtcsession.cc1352 ice_observer_->OnIceCandidate(&candidate);
H A Dwebrtcsession_unittest.cc172 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate) { function in class:MockIceObserver
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc563 virtual void OnIceCandidate(const IceCandidateInterface* candidate) OVERRIDE {

Completed in 276 milliseconds