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

1 2 3

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
SdpObserver.java 33 public void onCreateSuccess(SessionDescription sdp);
SessionDescription.java 36 public class SessionDescription {
53 public SessionDescription(Type type, String description) {
PeerConnection.java 120 public native SessionDescription getLocalDescription();
122 public native SessionDescription getRemoteDescription();
134 SdpObserver observer, SessionDescription sdp);
137 SdpObserver observer, SessionDescription sdp);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
jsepsessiondescription.h 41 class SessionDescription;
55 bool Initialize(cricket::SessionDescription* description,
59 virtual cricket::SessionDescription* description() {
62 virtual const cricket::SessionDescription* description() const {
92 talk_base::scoped_ptr<cricket::SessionDescription> description_;
jsep.h 40 class SessionDescription;
108 virtual cricket::SessionDescription* description() = 0;
109 virtual const cricket::SessionDescription* description() const = 0;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessiondescription.cc 28 #include "talk/p2p/base/sessiondescription.h"
92 SessionDescription* SessionDescription::Copy() const {
93 SessionDescription* copy = new SessionDescription(*this);
102 const ContentInfo* SessionDescription::GetContentByName(
107 ContentInfo* SessionDescription::GetContentByName(
112 const ContentDescription* SessionDescription::GetContentDescriptionByName(
122 ContentDescription* SessionDescription::GetContentDescriptionByName(
132 const ContentInfo* SessionDescription::FirstContentByType
    [all...]
sessiondescription.h 103 class SessionDescription {
105 SessionDescription() {}
106 explicit SessionDescription(const ContentInfos& contents) :
108 SessionDescription(const ContentInfos& contents,
112 SessionDescription(const ContentInfos& contents,
118 ~SessionDescription() {
125 SessionDescription* Copy() const;
session.h 273 const SessionDescription* local_description() const {
278 const SessionDescription* remote_description() const {
281 SessionDescription* remote_description() {
285 // Takes ownership of SessionDescription*
286 bool set_local_description(const SessionDescription* sdesc) {
294 // Takes ownership of SessionDescription*
295 bool set_remote_description(SessionDescription* sdesc) {
303 const SessionDescription* initiator_description() const {
462 const SessionDescription* sdesc, ContentAction action);
464 const SessionDescription* sdesc, ContentAction action)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessiondescription.cc 28 #include "talk/p2p/base/sessiondescription.h"
56 const ContentInfo* SessionDescription::GetContentByName(
61 const ContentInfo* SessionDescription::FirstContentByType(
66 void SessionDescription::AddContent(const std::string& name,
sessiondescription.h 67 class SessionDescription {
69 SessionDescription() {}
70 explicit SessionDescription(const ContentInfos& contents) :
83 ~SessionDescription() {
session.h 214 const SessionDescription* local_description() const {
217 // Takes ownership of SessionDescription*
218 bool set_local_description(const SessionDescription* sdesc) {
228 const SessionDescription* remote_description() const {
231 // Takes ownership of SessionDescription*
232 bool set_remote_description(const SessionDescription* sdesc) {
243 virtual bool Accept(const SessionDescription* sdesc) = 0;
275 const SessionDescription* local_description_;
276 const SessionDescription* remote_description_;
312 const SessionDescription* initiator_description() const
    [all...]
sessionclient.h 39 class SessionDescription;
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h 38 #include "talk/p2p/base/sessiondescription.h"
82 virtual SessionDescription* CreateOffer(
86 virtual SessionDescription* CreateAnswer(
87 const SessionDescription* offer) = 0;
130 virtual SessionDescription* CreateOffer(
132 virtual SessionDescription* CreateAnswer(
133 const SessionDescription* offer);
securetunnelsessionclient.h 92 virtual SessionDescription* CreateOffer(
94 virtual SessionDescription* CreateAnswer(
95 const SessionDescription* offer);
securetunnelsessionclient.cc 132 bool FindSecureTunnelContent(const cricket::SessionDescription* sdesc,
268 SessionDescription* NewSecureTunnelSessionDescription(
270 SessionDescription* sdesc = new SessionDescription();
275 SessionDescription* SecureTunnelSessionClient::CreateOffer(
285 SessionDescription* SecureTunnelSessionClient::CreateAnswer(
286 const SessionDescription* offer) {
tunnelsessionclient.cc 168 SessionDescription* answer = CreateAnswer(session->remote_description());
189 SessionDescription* offer = CreateOffer(data->jid, data->description);
246 SessionDescription* NewTunnelSessionDescription(
248 SessionDescription* sdesc = new SessionDescription();
253 bool FindTunnelContent(const cricket::SessionDescription* sdesc,
279 SessionDescription* TunnelSessionClient::CreateOffer(
285 SessionDescription* TunnelSessionClient::CreateAnswer(
286 const SessionDescription* offer) {
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h 38 #include "talk/p2p/base/sessiondescription.h"
82 virtual SessionDescription* CreateOffer(
86 virtual SessionDescription* CreateAnswer(
87 const SessionDescription* offer) = 0;
130 virtual SessionDescription* CreateOffer(
132 virtual SessionDescription* CreateAnswer(
133 const SessionDescription* offer);
securetunnelsessionclient.h 92 virtual SessionDescription* CreateOffer(
94 virtual SessionDescription* CreateAnswer(
95 const SessionDescription* offer);
securetunnelsessionclient.cc 136 bool FindSecureTunnelContent(const cricket::SessionDescription* sdesc,
272 SessionDescription* NewSecureTunnelSessionDescription(
274 SessionDescription* sdesc = new SessionDescription();
279 SessionDescription* SecureTunnelSessionClient::CreateOffer(
289 SessionDescription* SecureTunnelSessionClient::CreateAnswer(
290 const SessionDescription* offer) {
tunnelsessionclient.cc 172 SessionDescription* answer = CreateAnswer(session->remote_description());
189 SessionDescription* offer = CreateOffer(data->jid, data->description);
254 SessionDescription* NewTunnelSessionDescription(
256 SessionDescription* sdesc = new SessionDescription();
261 bool FindTunnelContent(const cricket::SessionDescription* sdesc,
287 SessionDescription* TunnelSessionClient::CreateOffer(
289 SessionDescription* offer = NewTunnelSessionDescription(
303 SessionDescription* TunnelSessionClient::CreateAnswer(
304 const SessionDescription* offer)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.h 44 #include "talk/p2p/base/sessiondescription.h"
398 // content in SessionDescription when CreateOffer and CreateAnswer is called
403 SessionDescription* CreateOffer(
405 const SessionDescription* current_description) const;
406 SessionDescription* CreateAnswer(
407 const SessionDescription* offer,
409 const SessionDescription* current_description) const;
412 void GetCodecsToOffer(const SessionDescription* current_description,
416 void GetRtpHdrExtsToOffer(const SessionDescription* current_description,
422 const SessionDescription* current_desc
    [all...]
mediasession_unittest.cc 59 using cricket::SessionDescription;
216 talk_base::scoped_ptr<SessionDescription> current_desc;
217 talk_base::scoped_ptr<SessionDescription> desc;
219 current_desc.reset(new SessionDescription());
245 talk_base::scoped_ptr<SessionDescription> offer;
318 talk_base::scoped_ptr<SessionDescription> ref_desc;
319 talk_base::scoped_ptr<SessionDescription> desc;
369 talk_base::scoped_ptr<SessionDescription> offer(
383 talk_base::scoped_ptr<SessionDescription> answer(
418 talk_base::scoped_ptr<SessionDescription> offer
    [all...]
mediasession.cc 284 static void GetCurrentStreamParams(const SessionDescription* sdesc,
487 SessionDescription* sdesc) {
520 static bool GetCryptosByName(const SessionDescription* sdesc,
568 static bool IsRtpContent(SessionDescription* sdesc,
590 SessionDescription* sdesc) {
    [all...]
mediasessionclient.h 42 #include "talk/p2p/base/sessiondescription.h"
125 SessionDescription* CreateOffer(const CallOptions& options) {
128 SessionDescription* CreateAnswer(const SessionDescription* offer,
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.h 45 #include "talk/p2p/base/sessiondescription.h"
50 class SessionDescription;
133 SessionDescription* CreateOffer(const CallOptions& options);
134 SessionDescription* CreateAnswer(const SessionDescription* offer,
268 const ContentInfo* GetFirstAudioContent(const SessionDescription* sdesc);
269 const ContentInfo* GetFirstVideoContent(const SessionDescription* sdesc);

Completed in 561 milliseconds

1 2 3