HomeSort by relevance Sort by last modified time
    Searched refs:IceCandidateInterface (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCICECandidate+Internal.h 35 webrtc::IceCandidateInterface* candidate;
37 - (id)initWithCandidate:(const webrtc::IceCandidateInterface*)candidate;
RTCICECandidate.mm 66 - (id)initWithCandidate:(const webrtc::IceCandidateInterface*)candidate {
75 NSAssert(NO, @"ICECandidateInterface->ToString failed");
81 - (const webrtc::IceCandidateInterface*)candidate {
RTCPeerConnectionObserver.h 71 virtual void OnIceCandidate(const IceCandidateInterface* candidate) OVERRIDE;
RTCPeerConnectionObserver.mm 105 const IceCandidateInterface* candidate) {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp.h 44 class IceCandidateInterface;
56 // Serializes the passed in IceCandidateInterface to a SDP string.
58 std::string SdpSerializeCandidate(const IceCandidateInterface& candidate);
jsep.h 57 class IceCandidateInterface {
59 virtual ~IceCandidateInterface() {}
72 // Creates a IceCandidateInterface based on SDP string.
75 IceCandidateInterface* CreateIceCandidate(const std::string& sdp_mid,
80 IceCandidateInterface* CreateIceCandidate(const std::string& sdp_mid,
93 virtual bool HasCandidate(const IceCandidateInterface* candidate) const = 0;
94 virtual const IceCandidateInterface* at(size_t index) const = 0;
119 virtual bool AddCandidate(const IceCandidateInterface* candidate) = 0;
jsepicecandidate.h 28 // Implements the IceCandidateInterface.
41 class JsepIceCandidate : public IceCandidateInterface {
77 virtual bool HasCandidate(const IceCandidateInterface* candidate) const;
82 virtual const IceCandidateInterface* at(size_t index) const {
jsepicecandidate.cc 37 IceCandidateInterface* CreateIceCandidate(const std::string& sdp_mid,
43 IceCandidateInterface* CreateIceCandidate(const std::string& sdp_mid,
91 const IceCandidateInterface* candidate) const {
jsepsessiondescription.h 76 virtual bool AddCandidate(const IceCandidateInterface* candidate);
98 bool GetMediasectionIndex(const IceCandidateInterface* candidate,
jsepsessiondescription_unittest.cc 43 using webrtc::IceCandidateInterface;
154 const IceCandidateInterface* ice_candidate = ice_candidates->at(0);
171 const IceCandidateInterface* ice_candidate = ice_candidates->at(0);
188 const IceCandidateInterface* ice_candidate = ice_candidates->at(0);
peerconnectionproxy.h 64 PROXY_METHOD1(bool, AddIceCandidate, const IceCandidateInterface*)
webrtcsession.h 88 virtual void OnIceCandidate(const IceCandidateInterface* candidate) = 0;
157 bool ProcessIceMessage(const IceCandidateInterface* ice_candidate);
268 bool UseCandidate(const IceCandidateInterface* candidate);
324 std::vector<IceCandidateInterface*> saved_candidates_;
jsepsessiondescription.cc 112 const IceCandidateInterface* candidate) {
170 const IceCandidateInterface* candidate,
peerconnection.h 106 virtual bool AddIceCandidate(const IceCandidateInterface* candidate);
153 virtual void OnIceCandidate(const IceCandidateInterface* candidate);
peerconnectioninterface.h 267 virtual bool AddIceCandidate(const IceCandidateInterface* candidate) = 0;
330 virtual void OnIceCandidate(const IceCandidateInterface* candidate) = 0;
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.h 90 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate);
conductor.cc 161 void Conductor::OnIceCandidate(const webrtc::IceCandidateInterface* candidate) {
275 talk_base::scoped_ptr<webrtc::IceCandidateInterface> candidate(
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
peerconnectiontestwrapper.cc 45 using webrtc::IceCandidateInterface;
123 const IceCandidateInterface* candidate) {
204 talk_base::scoped_ptr<webrtc::IceCandidateInterface> owned_candidate(
peerconnectiontestwrapper.h 73 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate);
  /external/chromium_org/content/renderer/media/webrtc/
mock_peer_connection_dependency_factory.cc 24 using webrtc::IceCandidateInterface;
375 virtual bool AddCandidate(const IceCandidateInterface* candidate) OVERRIDE {
399 class MockIceCandidate : public IceCandidateInterface {
514 webrtc::IceCandidateInterface*
peer_connection_dependency_factory.h 119 virtual webrtc::IceCandidateInterface* CreateIceCandidate(
mock_peer_connection_dependency_factory.h 205 virtual webrtc::IceCandidateInterface* CreateIceCandidate(
  /external/chromium_org/content/renderer/media/
mock_peer_connection_impl.h 101 const webrtc::IceCandidateInterface* candidate) OVERRIDE;
rtc_peer_connection_handler.h 159 const webrtc::IceCandidateInterface* candidate) OVERRIDE;
mock_peer_connection_impl.cc 17 using webrtc::IceCandidateInterface;
352 const IceCandidateInterface* candidate) {

Completed in 1756 milliseconds

1 2