/aosp_15_r20/external/webrtc/audio/ |
H A D | audio_send_stream_unittest.cc | 225 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 D | channel_send.h | 119 virtual void SetFrameEncryptor(
|
H A D | mock_voe_channel_proxy.h | 174 SetFrameEncryptor,
|
H A D | channel_send.cc | 139 void SetFrameEncryptor( 886 void ChannelSend::SetFrameEncryptor( in SetFrameEncryptor() function in webrtc::voe::__anon3425f8f40111::ChannelSend
|
H A D | audio_send_stream.cc | 254 channel_send_->SetFrameEncryptor(new_config.frame_encryptor); in ConfigureStream()
|
/aosp_15_r20/external/webrtc/pc/ |
H A D | rtp_sender.cc | 161 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 D | rtp_sender_proxy.h | 44 SetFrameEncryptor,
|
H A D | rtp_sender_receiver_unittest.cc | 1768 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 D | rtp_sender.h | 190 void SetFrameEncryptor(
|
/aosp_15_r20/external/webrtc/api/test/ |
H A D | mock_rtpsender.h | 58 SetFrameEncryptor,
|
/aosp_15_r20/external/webrtc/api/ |
H A D | rtp_sender_interface.h | 95 virtual void SetFrameEncryptor(
|
/aosp_15_r20/external/webrtc/pc/test/ |
H A D | mock_rtp_sender_internal.h | 77 SetFrameEncryptor,
|
H A D | mock_voice_media_channel.h | 57 SetFrameEncryptor,
|
/aosp_15_r20/external/webrtc/sdk/android/src/jni/pc/ |
H A D | rtp_sender.cc | 108 ->SetFrameEncryptor(rtc::scoped_refptr<FrameEncryptorInterface>( in JNI_RtpSender_SetFrameEncryptor()
|
/aosp_15_r20/external/webrtc/media/engine/ |
H A D | webrtc_video_engine.h | 195 void SetFrameEncryptor(uint32_t ssrc, 371 void SetFrameEncryptor(
|
H A D | webrtc_voice_engine.h | 188 void SetFrameEncryptor(uint32_t ssrc,
|
H A D | webrtc_voice_engine.cc | 816 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 D | webrtc_video_engine.cc | 1926 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 D | RTCRtpSender.mm | 103 _nativeRtpSender->SetFrameEncryptor(frameEncryptor);
|
/aosp_15_r20/external/webrtc/media/base/ |
H A D | media_channel.cc | 61 void MediaChannel::SetFrameEncryptor( in SetFrameEncryptor() function in cricket::MediaChannel
|
H A D | media_channel.h | 239 virtual void SetFrameEncryptor(
|