OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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;
webrtcsession.h
216
// Indicates the type of
SessionDescription
in a call to SetLocalDescription
228
const cricket::
SessionDescription
* desc,
262
const cricket::
SessionDescription
* desc);
267
bool CreateChannels(const cricket::
SessionDescription
* desc);
287
bool ValidateBundleSettings(const cricket::
SessionDescription
* desc);
299
bool ValidateDtlsSetupAttribute(const cricket::
SessionDescription
* desc,
/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
284
const
SessionDescription
* local_description() const {
289
const
SessionDescription
* remote_description() const {
292
SessionDescription
* remote_description() {
296
// Takes ownership of
SessionDescription
*
297
bool set_local_description(const
SessionDescription
* sdesc) {
305
// Takes ownership of
SessionDescription
*
306
bool set_remote_description(
SessionDescription
* sdesc) {
314
const
SessionDescription
* initiator_description() const {
473
const
SessionDescription
* sdesc, ContentAction action);
475
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"
407
// content in
SessionDescription
when CreateOffer and CreateAnswer is called
412
SessionDescription
* CreateOffer(
414
const
SessionDescription
* current_description) const;
415
SessionDescription
* CreateAnswer(
416
const
SessionDescription
* offer,
418
const
SessionDescription
* current_description) const;
421
void GetCodecsToOffer(const
SessionDescription
* current_description,
425
void GetRtpHdrExtsToOffer(const
SessionDescription
* current_description,
431
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
());
239
talk_base::scoped_ptr<
SessionDescription
> offer;
312
talk_base::scoped_ptr<
SessionDescription
> ref_desc;
313
talk_base::scoped_ptr<
SessionDescription
> desc;
363
talk_base::scoped_ptr<
SessionDescription
> offer(
377
talk_base::scoped_ptr<
SessionDescription
> answer(
412
talk_base::scoped_ptr<
SessionDescription
> offer
[
all
...]
mediasession.cc
289
static void GetCurrentStreamParams(const
SessionDescription
* sdesc,
503
SessionDescription
* sdesc) {
536
static bool GetCryptosByName(const
SessionDescription
* sdesc,
584
static bool IsRtpContent(
SessionDescription
* sdesc,
606
SessionDescription
* sdesc) {
[
all
...]
/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 382 milliseconds
1
2
3