OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JsepIceCandidate
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/talk/app/webrtc/
jsepicecandidate.cc
28
#include "talk/app/webrtc/
jsepicecandidate
.h"
41
JsepIceCandidate
* jsep_ice = new
JsepIceCandidate
(sdp_mid, sdp_mline_index);
49
JsepIceCandidate
::
JsepIceCandidate
(const std::string& sdp_mid,
55
JsepIceCandidate
::
JsepIceCandidate
(const std::string& sdp_mid,
63
JsepIceCandidate
::~
JsepIceCandidate
() {
66
bool
JsepIceCandidate
::Initialize(const std::string& sdp, SdpParseError* err)
[
all
...]
jsepicecandidate.h
41
class
JsepIceCandidate
: public IceCandidateInterface {
43
JsepIceCandidate
(const std::string& sdp_mid, int sdp_mline_index);
44
JsepIceCandidate
(const std::string& sdp_mid, int sdp_mline_index,
46
~
JsepIceCandidate
();
66
RTC_DISALLOW_COPY_AND_ASSIGN(
JsepIceCandidate
);
78
// Adds and takes ownership of the
JsepIceCandidate
.
79
virtual void add(
JsepIceCandidate
* candidate) {
87
std::vector<
JsepIceCandidate
*> candidates_;
webrtcsdp.h
45
class
JsepIceCandidate
;
69
// Deserializes the passed in SDP string to one
JsepIceCandidate
.
73
// candidates - The
JsepIceCandidate
from the SDP string.
77
JsepIceCandidate
* candidate,
jsepsessiondescription_unittest.cc
30
#include "talk/app/webrtc/
jsepicecandidate
.h"
44
using webrtc::
JsepIceCandidate
;
138
JsepIceCandidate
jsep_candidate("", 0, candidate_);
154
JsepIceCandidate
jsep_candidate("video", 0, candidate_);
172
JsepIceCandidate
jsep_candidate("audio", 0, candidate_);
189
JsepIceCandidate
bad_candidate1("", 55, candidate_);
192
JsepIceCandidate
bad_candidate2("some weird mid", 0, candidate_);
199
JsepIceCandidate
jsep_candidate("", 0, candidate_);
211
JsepIceCandidate
jsep_candidate_with_credentials("", 0, candidate_);
235
JsepIceCandidate
jsep_candidate("audio", 0, candidate_)
[
all
...]
jsepsessiondescription.cc
145
scoped_ptr<
JsepIceCandidate
> updated_candidate_wrapper(
146
new
JsepIceCandidate
(candidate->sdp_mid(),
webrtcsdp_unittest.cc
73
using webrtc::
JsepIceCandidate
;
462
JsepIceCandidate
* candidate) {
698
jcandidate_.reset(new
JsepIceCandidate
(std::string("audio_content_name"),
711
JsepIceCandidate
jice(mline_id,
[
all
...]
webrtcsession_unittest.cc
34
#include "talk/app/webrtc/
jsepicecandidate
.h"
89
using webrtc::
JsepIceCandidate
;
[
all
...]
webrtcsdp.cc
37
#include "talk/app/webrtc/
jsepicecandidate
.h"
286
std::vector<
JsepIceCandidate
*>* candidates,
297
std::vector<
JsepIceCandidate
*>* candidates,
[
all
...]
webrtcsession.h
61
class
JsepIceCandidate
;
webrtcsession.cc
37
#include "talk/app/webrtc/
jsepicecandidate
.h"
[
all
...]
Completed in 168 milliseconds