OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:data_channel_type
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.h
148
cricket::DataChannelType
data_channel_type
() const {
function in class:webrtc::DataChannel
webrtcsession.cc
1058
cricket::DataChannelType WebRtcSession::
data_channel_type
() const {
function in class:webrtc::WebRtcSession
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc
413
cricket::DataChannelType
data_channel_type
= cricket::DCT_NONE;
local
415
data_channel_type
= cricket::DCT_RTP;
417
data_channel_type
= cricket::DCT_SCTP;
479
client->SetDataChannelType(
data_channel_type
);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc
292
DataChannelType
data_channel_type
= DCT_RTP;
local
295
data_channel_type
= DCT_SCTP;
301
session, data_offer->name, rtcp,
data_channel_type
);
[
all
...]
mediasession.h
91
data_channel_type
(DCT_NONE),
100
bool has_data() const { return
data_channel_type
!= DCT_NONE; }
122
DataChannelType
data_channel_type
;
member in struct:cricket::MediaSessionOptions
channel.cc
2588
DataChannelType
data_channel_type
= is_sctp ? DCT_SCTP : DCT_RTP;
local
[
all
...]
Completed in 58 milliseconds