Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dchannel_manager.cc192 bool srtp_required, in CreateVoiceChannel() argument
199 signaling_thread, content_name, srtp_required, in CreateVoiceChannel()
219 absl::WrapUnique(media_channel), content_name, srtp_required, in CreateVoiceChannel()
260 bool srtp_required, in CreateVideoChannel() argument
268 signaling_thread, content_name, srtp_required, in CreateVideoChannel()
290 absl::WrapUnique(media_channel), content_name, srtp_required, in CreateVideoChannel()
330 bool srtp_required, in CreateRtpDataChannel() argument
336 content_name, srtp_required, crypto_options, in CreateRtpDataChannel()
351 absl::WrapUnique(media_channel), content_name, srtp_required, in CreateRtpDataChannel()
Dchannel_manager.h105 bool srtp_required,
121 bool srtp_required,
134 bool srtp_required,
Dchannel.h88 bool srtp_required,
335 bool srtp_required,
376 bool srtp_required,
418 bool srtp_required,
Dchannel.cc130 bool srtp_required, in BaseChannel() argument
137 srtp_required_(srtp_required), in BaseChannel()
793 bool srtp_required, in VoiceChannel() argument
801 srtp_required, in VoiceChannel()
970 bool srtp_required, in VideoChannel() argument
978 srtp_required, in VideoChannel()
1206 bool srtp_required, in RtpDataChannel() argument
1214 srtp_required, in RtpDataChannel()
Drtp_sender_receiver_unittest.cc119 bool srtp_required = true; in RtpSenderReceiverTest() local
126 rtc::Thread::Current(), cricket::CN_AUDIO, srtp_required, in RtpSenderReceiverTest()
130 rtc::Thread::Current(), cricket::CN_VIDEO, srtp_required, in RtpSenderReceiverTest()