Home
last modified time | relevance | path

Searched refs:IceCandidateInterface (Results 1 – 25 of 33) sorted by relevance

12

/external/webrtc/talk/app/webrtc/
Djsep.h57 class IceCandidateInterface {
59 virtual ~IceCandidateInterface() {} in ~IceCandidateInterface()
75 IceCandidateInterface* CreateIceCandidate(const std::string& sdp_mid,
88 virtual bool HasCandidate(const IceCandidateInterface* candidate) const = 0;
89 virtual const IceCandidateInterface* at(size_t index) const = 0;
114 virtual bool AddCandidate(const IceCandidateInterface* candidate) = 0;
Djsepicecandidate.h41 class JsepIceCandidate : public IceCandidateInterface {
77 virtual bool HasCandidate(const IceCandidateInterface* candidate) const;
82 virtual const IceCandidateInterface* at(size_t index) const { in at()
Dwebrtcsdp.h44 class IceCandidateInterface; variable
58 std::string SdpSerializeCandidate(const IceCandidateInterface& candidate);
Djsepsessiondescription_unittest.cc43 using webrtc::IceCandidateInterface;
143 const IceCandidateInterface* ice_candidate = ice_candidates->at(0); in TEST_F()
160 const IceCandidateInterface* ice_candidate = ice_candidates->at(0); in TEST_F()
177 const IceCandidateInterface* ice_candidate = ice_candidates->at(0); in TEST_F()
Djsepsessiondescription.h76 virtual bool AddCandidate(const IceCandidateInterface* candidate);
98 bool GetMediasectionIndex(const IceCandidateInterface* candidate,
Djsepicecandidate.cc37 IceCandidateInterface* CreateIceCandidate(const std::string& sdp_mid, in CreateIceCandidate()
85 const IceCandidateInterface* candidate) const { in HasCandidate()
Dwebrtcsession.h98 virtual void OnIceCandidate(const IceCandidateInterface* candidate) = 0;
226 bool ProcessIceMessage(const IceCandidateInterface* ice_candidate);
401 bool UseCandidate(const IceCandidateInterface* candidate);
445 bool ReadyToUseRemoteCandidate(const IceCandidateInterface* candidate,
Djsepsessiondescription.cc120 const IceCandidateInterface* candidate) { in AddCandidate()
178 const IceCandidateInterface* candidate, in GetMediasectionIndex()
Dpeerconnectionproxy.h72 PROXY_METHOD1(bool, AddIceCandidate, const IceCandidateInterface*)
Dpeerconnectioninterface.h418 virtual bool AddIceCandidate(const IceCandidateInterface* candidate) = 0;
478 virtual void OnIceCandidate(const IceCandidateInterface* candidate) = 0;
Dpeerconnection.h130 bool AddIceCandidate(const IceCandidateInterface* candidate) override;
184 void OnIceCandidate(const IceCandidateInterface* candidate) override;
Dwebrtcsdp_unittest.cc72 using webrtc::IceCandidateInterface;
935 const IceCandidateInterface* c1 = cc1->at(j); in CompareSessionDescription()
936 const IceCandidateInterface* c2 = cc2->at(j); in CompareSessionDescription()
1394 rtc::scoped_ptr<IceCandidateInterface> jcandidate_;
1784 rtc::scoped_ptr<IceCandidateInterface> jcandidate( in TEST_F()
2059 rtc::scoped_ptr<IceCandidateInterface> jcandidate_template( in TEST_F()
Dwebrtcsession.cc1211 bool WebRtcSession::ProcessIceMessage(const IceCandidateInterface* candidate) { in ProcessIceMessage()
1693 const IceCandidateInterface* candidate = candidates->at(n); in UseCandidatesInSessionDescription()
1712 const IceCandidateInterface* candidate) { in UseCandidate()
2042 const IceCandidateInterface* candidate, in ReadyToUseRemoteCandidate()
Dpeerconnectionfactory_unittest.cc97 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate) {} in OnIceCandidate()
/external/webrtc/webrtc/api/objc/
DRTCIceCandidate.mm45 (webrtc::IceCandidateInterface *)candidate { argument
55 - (rtc::scoped_ptr<webrtc::IceCandidateInterface>)nativeCandidate {
58 webrtc::IceCandidateInterface *candidate = webrtc::CreateIceCandidate(
67 return rtc::scoped_ptr<webrtc::IceCandidateInterface>(candidate);
DRTCIceCandidate+Private.h25 rtc::scoped_ptr<webrtc::IceCandidateInterface> nativeCandidate;
32 (webrtc::IceCandidateInterface *)candidate;
/external/webrtc/talk/app/webrtc/objc/
DRTCICECandidate+Internal.h35 webrtc::IceCandidateInterface* candidate;
37 - (id)initWithCandidate:(const webrtc::IceCandidateInterface*)candidate;
DRTCICECandidate.mm66 - (id)initWithCandidate:(const webrtc::IceCandidateInterface*)candidate { argument
81 - (const webrtc::IceCandidateInterface*)candidate {
DRTCPeerConnectionObserver.h69 void OnIceCandidate(const IceCandidateInterface* candidate) override;
DRTCPeerConnectionObserver.mm101 const IceCandidateInterface* candidate) {
/external/webrtc/webrtc/api/objctests/
DRTCIceCandidateTest.mm35 rtc::scoped_ptr<webrtc::IceCandidateInterface> nativeCandidate =
49 webrtc::IceCandidateInterface *nativeCandidate =
/external/webrtc/talk/app/webrtc/test/
Dpeerconnectiontestwrapper.cc47 using webrtc::IceCandidateInterface;
122 const IceCandidateInterface* candidate) { in OnIceCandidate()
203 rtc::scoped_ptr<webrtc::IceCandidateInterface> owned_candidate( in AddIceCandidate()
Dpeerconnectiontestwrapper.h67 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate);
/external/webrtc/webrtc/examples/peerconnection/client/
Dconductor.h74 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate);
Dconductor.cc173 void Conductor::OnIceCandidate(const webrtc::IceCandidateInterface* candidate) { in OnIceCandidate()
311 rtc::scoped_ptr<webrtc::IceCandidateInterface> candidate( in OnMessageFromPeer()

12