Home
last modified time | relevance | path

Searched refs:kEnableRtpDataChannels (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dmediaconstraintsinterface.h111 static const char kEnableRtpDataChannels[]; // Enable RTP DataChannels variable
Dmediaconstraintsinterface.cc91 const char MediaConstraintsInterface::kEnableRtpDataChannels[] = member in webrtc::MediaConstraintsInterface
Dwebrtcsession.cc640 constraints, MediaConstraintsInterface::kEnableRtpDataChannels, in Initialize()
Dwebrtcsession_unittest.cc3797 webrtc::MediaConstraintsInterface::kEnableRtpDataChannels, true); in TEST_F()
3809 webrtc::MediaConstraintsInterface::kEnableRtpDataChannels, true); in TEST_P()
/external/webrtc/talk/app/webrtc/test/
Dfakeconstraints.h114 SetMandatory(MediaConstraintsInterface::kEnableRtpDataChannels, true); in SetAllowRtpDataChannels()