OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:data_channel_type_
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.cc
67
data_channel_type_
(dct),
76
if (
data_channel_type_
== cricket::DCT_RTP &&
84
} else if (
data_channel_type_
== cricket::DCT_SCTP) {
132
if (
data_channel_type_
== cricket::DCT_RTP) {
186
ASSERT(
data_channel_type_
== cricket::DCT_SCTP &&
208
ASSERT(
data_channel_type_
== cricket::DCT_RTP);
224
ASSERT(
data_channel_type_
== cricket::DCT_RTP);
252
(
data_channel_type_
== cricket::DCT_RTP) ? receive_ssrc_ : config_.id;
282
if (
data_channel_type_
== cricket::DCT_SCTP && !config_.negotiated) {
310
if (
data_channel_type_
== cricket::DCT_RTP && !connected_to_provider_)
[
all
...]
datachannel.h
149
return
data_channel_type_
;
183
cricket::DataChannelType
data_channel_type_
;
member in class:webrtc::DataChannel
webrtcsession.cc
436
data_channel_type_
(cricket::DCT_NONE),
485
data_channel_type_
= cricket::DCT_RTP;
490
data_channel_type_
= cricket::DCT_SCTP;
493
if (
data_channel_type_
!= cricket::DCT_NONE) {
522
data_channel_type_
,
643
if (
data_channel_type_
== cricket::DCT_SCTP && GetSslRole(&role)) {
700
if (
data_channel_type_
== cricket::DCT_SCTP && GetSslRole(&role)) {
[
all
...]
webrtcsessiondescriptionfactory.h
162
cricket::DataChannelType
data_channel_type_
;
member in class:webrtc::WebRtcSessionDescriptionFactory
webrtcsessiondescriptionfactory.cc
126
data_channel_type_
(dct),
193
if (
data_channel_type_
== cricket::DCT_SCTP &&
249
if (
data_channel_type_
== cricket::DCT_SCTP) {
webrtcsession.h
325
cricket::DataChannelType
data_channel_type_
;
member in class:webrtc::WebRtcSession
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc
199
options.data_channel_type =
data_channel_type_
;
217
options.data_channel_type =
data_channel_type_
;
332
options.data_channel_type =
data_channel_type_
;
342
options.data_channel_type =
data_channel_type_
;
387
data_channel_type_
(cricket::DCT_NONE),
521
if (
data_channel_type_
== cricket::DCT_SCTP) {
526
data_channel_type_
= cricket::DCT_NONE;
577
options.data_channel_type =
data_channel_type_
;
595
options.data_channel_type =
data_channel_type_
;
[
all
...]
callclient.h
123
data_channel_type_
= data_channel_type;
325
cricket::DataChannelType
data_channel_type_
;
member in class:CallClient
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc
[
all
...]
channel.h
694
// If
data_channel_type_
is DCT_NONE, set it. Otherwise, check that
727
DataChannelType
data_channel_type_
;
member in class:cricket::DataChannel
Completed in 36 milliseconds