Home
last modified time | relevance | path

Searched refs:SetFrameEncryptor (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/webrtc/audio/
H A Daudio_send_stream_unittest.cc225 EXPECT_CALL(*channel_send_, SetFrameEncryptor(_)).Times(1); in SetupDefaultChannelSend()
929 EXPECT_CALL(*helper.channel_send(), SetFrameEncryptor(Ne(nullptr))) in TEST()
934 EXPECT_CALL(*helper.channel_send(), SetFrameEncryptor(_)).Times(0); in TEST()
943 EXPECT_CALL(*helper.channel_send(), SetFrameEncryptor(Ne(nullptr))) in TEST()
H A Dchannel_send.h119 virtual void SetFrameEncryptor(
H A Dmock_voe_channel_proxy.h174 SetFrameEncryptor,
H A Dchannel_send.cc139 void SetFrameEncryptor(
886 void ChannelSend::SetFrameEncryptor( in SetFrameEncryptor() function in webrtc::voe::__anon3425f8f40111::ChannelSend
H A Daudio_send_stream.cc254 channel_send_->SetFrameEncryptor(new_config.frame_encryptor); in ConfigureStream()
/aosp_15_r20/external/webrtc/pc/
H A Drtp_sender.cc161 void RtpSenderBase::SetFrameEncryptor( in SetFrameEncryptor() function in webrtc::RtpSenderBase
168 [&] { media_channel_->SetFrameEncryptor(ssrc_, frame_encryptor_); }); in SetFrameEncryptor()
478 SetFrameEncryptor(frame_encryptor_); in SetSsrc()
H A Drtp_sender_proxy.h44 SetFrameEncryptor,
H A Drtp_sender_receiver_unittest.cc1768 audio_rtp_sender_->SetFrameEncryptor(fake_frame_encryptor); in TEST_F()
1781 audio_rtp_sender_->SetFrameEncryptor(fake_frame_encryptor); in TEST_F()
1815 video_rtp_sender_->SetFrameEncryptor(fake_frame_encryptor); in TEST_F()
1828 video_rtp_sender_->SetFrameEncryptor(fake_frame_encryptor); in TEST_F()
H A Drtp_sender.h190 void SetFrameEncryptor(
/aosp_15_r20/external/webrtc/api/test/
H A Dmock_rtpsender.h58 SetFrameEncryptor,
/aosp_15_r20/external/webrtc/api/
H A Drtp_sender_interface.h95 virtual void SetFrameEncryptor(
/aosp_15_r20/external/webrtc/pc/test/
H A Dmock_rtp_sender_internal.h77 SetFrameEncryptor,
H A Dmock_voice_media_channel.h57 SetFrameEncryptor,
/aosp_15_r20/external/webrtc/sdk/android/src/jni/pc/
H A Drtp_sender.cc108 ->SetFrameEncryptor(rtc::scoped_refptr<FrameEncryptorInterface>( in JNI_RtpSender_SetFrameEncryptor()
/aosp_15_r20/external/webrtc/media/engine/
H A Dwebrtc_video_engine.h195 void SetFrameEncryptor(uint32_t ssrc,
371 void SetFrameEncryptor(
H A Dwebrtc_voice_engine.h188 void SetFrameEncryptor(uint32_t ssrc,
H A Dwebrtc_voice_engine.cc816 void SetFrameEncryptor( in SetFrameEncryptor() function in cricket::WebRtcVoiceMediaChannel::WebRtcAudioSendStream
2097 void WebRtcVoiceMediaChannel::SetFrameEncryptor( in SetFrameEncryptor() function in cricket::WebRtcVoiceMediaChannel
2103 matching_stream->second->SetFrameEncryptor(frame_encryptor); in SetFrameEncryptor()
H A Dwebrtc_video_engine.cc1926 void WebRtcVideoChannel::SetFrameEncryptor( in SetFrameEncryptor() function in cricket::WebRtcVideoChannel
1932 matching_stream->second->SetFrameEncryptor(frame_encryptor); in SetFrameEncryptor()
2394 void WebRtcVideoChannel::WebRtcVideoSendStream::SetFrameEncryptor( in SetFrameEncryptor() function in cricket::WebRtcVideoChannel::WebRtcVideoSendStream
/aosp_15_r20/external/webrtc/sdk/objc/api/peerconnection/
H A DRTCRtpSender.mm103 _nativeRtpSender->SetFrameEncryptor(frameEncryptor);
/aosp_15_r20/external/webrtc/media/base/
H A Dmedia_channel.cc61 void MediaChannel::SetFrameEncryptor( in SetFrameEncryptor() function in cricket::MediaChannel
H A Dmedia_channel.h239 virtual void SetFrameEncryptor(