Home
last modified time | relevance | path

Searched refs:FrameEncryptorInterface (Results 1 – 25 of 31) sorted by relevance

12

/external/webrtc/api/
Drtp_sender_interface.h91 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor);
95 virtual rtc::scoped_refptr<FrameEncryptorInterface> GetFrameEncryptor() const;
122 rtc::scoped_refptr<FrameEncryptorInterface>)
123 PROXY_CONSTMETHOD0(rtc::scoped_refptr<FrameEncryptorInterface>,
Drtp_sender_interface.cc16 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor) {} in SetFrameEncryptor()
18 rtc::scoped_refptr<FrameEncryptorInterface>
/external/webrtc/audio/
Dchannel_send.h30 class FrameEncryptorInterface; variable
117 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor) = 0;
133 FrameEncryptorInterface* frame_encryptor,
Dchannel_send.cc76 FrameEncryptorInterface* frame_encryptor,
146 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor) override;
227 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor_
451 FrameEncryptorInterface* frame_encryptor, in ChannelSend()
885 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor) { in SetFrameEncryptor()
944 FrameEncryptorInterface* frame_encryptor, in CreateChannelSend()
Dmock_voe_channel_proxy.h162 (rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor),
/external/webrtc/api/crypto/
Dframe_encryptor_interface.h28 class FrameEncryptorInterface : public rtc::RefCountInterface {
30 ~FrameEncryptorInterface() override {} in ~FrameEncryptorInterface()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video.h46 class FrameEncryptorInterface; variable
81 FrameEncryptorInterface* frame_encryptor = nullptr;
221 FrameEncryptorInterface* const frame_encryptor_ = nullptr;
Drtp_rtcp_interface.h35 class FrameEncryptorInterface; variable
115 FrameEncryptorInterface* frame_encryptor = nullptr;
Drtp_sender.h41 class FrameEncryptorInterface; variable
/external/webrtc/pc/test/
Dmock_rtp_sender_internal.h60 (rtc::scoped_refptr<FrameEncryptorInterface>),
62 MOCK_METHOD(rtc::scoped_refptr<FrameEncryptorInterface>,
/external/webrtc/call/
Drtp_transport_controller_send_interface.h43 class FrameEncryptorInterface; variable
71 FrameEncryptorInterface* frame_encryptor = nullptr;
Dvideo_send_stream.h41 class FrameEncryptorInterface; variable
190 rtc::scoped_refptr<webrtc::FrameEncryptorInterface> frame_encryptor;
Drtp_video_sender.h46 class FrameEncryptorInterface; variable
89 FrameEncryptorInterface* frame_encryptor,
Daudio_send_stream.h161 rtc::scoped_refptr<webrtc::FrameEncryptorInterface> frame_encryptor;
Drtp_transport_controller_send.h42 class FrameEncryptorInterface; variable
/external/webrtc/pc/
Drtp_sender.h134 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor) override;
136 rtc::scoped_refptr<FrameEncryptorInterface> GetFrameEncryptor() in GetFrameEncryptor()
193 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor_;
Drtp_sender_receiver_unittest.cc1544 rtc::scoped_refptr<FrameEncryptorInterface> fake_frame_encryptor( in TEST_F()
1556 rtc::scoped_refptr<FrameEncryptorInterface> fake_frame_encryptor( in TEST_F()
1589 rtc::scoped_refptr<FrameEncryptorInterface> fake_frame_encryptor( in TEST_F()
1601 rtc::scoped_refptr<FrameEncryptorInterface> fake_frame_encryptor( in TEST_F()
/external/webrtc/sdk/objc/api/peerconnection/
DRTCRtpSender+Native.h29 - (void)setFrameEncryptor : (rtc::scoped_refptr<webrtc::FrameEncryptorInterface>)frameEncryptor;
DRTCRtpSender.mm102 - (void)setFrameEncryptor:(rtc::scoped_refptr<webrtc::FrameEncryptorInterface>)frameEncryptor { argument
/external/webrtc/api/test/
Dmock_frame_encryptor.h19 class MockFrameEncryptor : public FrameEncryptorInterface {
Dfake_frame_encryptor.h29 : public rtc::RefCountedObject<FrameEncryptorInterface> {
/external/webrtc/sdk/android/src/jni/pc/
Drtp_sender.cc108 ->SetFrameEncryptor(reinterpret_cast<FrameEncryptorInterface*>( in JNI_RtpSender_SetFrameEncryptor()
/external/webrtc/media/base/
Dmedia_channel.cc38 rtc::scoped_refptr<webrtc::FrameEncryptorInterface> frame_encryptor) { in SetFrameEncryptor()
/external/webrtc/media/engine/
Dwebrtc_video_engine.h185 rtc::scoped_refptr<webrtc::FrameEncryptorInterface>
342 rtc::scoped_refptr<webrtc::FrameEncryptorInterface> frame_encryptor);
Dwebrtc_voice_engine.h180 rtc::scoped_refptr<webrtc::FrameEncryptorInterface>

12