OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldSetupDtlsSrtp
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/session/media/
channel.cc
260
if (
ShouldSetupDtlsSrtp
()) {
349
RTC_CHECK(!(
ShouldSetupDtlsSrtp
() && srtp_filter_.IsActive()))
459
(srtp_filter_.IsActive() || !
ShouldSetupDtlsSrtp
());
517
if (!
ShouldSetupDtlsSrtp
()) {
865
bool BaseChannel::
ShouldSetupDtlsSrtp
() const {
[
all
...]
channel.h
244
virtual bool
ShouldSetupDtlsSrtp
() const;
629
virtual bool
ShouldSetupDtlsSrtp
() const;
Completed in 322 milliseconds