/external/webrtc/api/crypto/ |
D | frame_encryptor_interface.h | 27 class FrameEncryptorInterface : public rtc::RefCountInterface { 29 ~FrameEncryptorInterface() override {} in ~FrameEncryptorInterface()
|
/external/webrtc/audio/ |
D | channel_send.h | 31 class FrameEncryptorInterface; variable 120 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor) = 0; 135 FrameEncryptorInterface* frame_encryptor,
|
D | channel_send.cc | 69 FrameEncryptorInterface* frame_encryptor, 140 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor) override; 225 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor_ 451 FrameEncryptorInterface* frame_encryptor, in ChannelSend() 887 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor) { in SetFrameEncryptor() 945 FrameEncryptorInterface* frame_encryptor, in CreateChannelSend()
|
D | mock_voe_channel_proxy.h | 175 (rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor),
|
/external/webrtc/pc/ |
D | rtp_sender_proxy.h | 45 rtc::scoped_refptr<FrameEncryptorInterface>) 46 PROXY_CONSTMETHOD0(rtc::scoped_refptr<FrameEncryptorInterface>,
|
D | rtp_sender.h | 191 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor) override; 193 rtc::scoped_refptr<FrameEncryptorInterface> GetFrameEncryptor() in GetFrameEncryptor() 274 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor_;
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender_video.h | 46 class FrameEncryptorInterface; variable 79 FrameEncryptorInterface* frame_encryptor = nullptr; 234 FrameEncryptorInterface* const frame_encryptor_ = nullptr;
|
D | rtp_rtcp_interface.h | 36 class FrameEncryptorInterface; variable 111 FrameEncryptorInterface* frame_encryptor = nullptr;
|
D | rtp_sender.h | 39 class FrameEncryptorInterface; variable
|
/external/webrtc/api/test/ |
D | mock_rtpsender.h | 59 (rtc::scoped_refptr<FrameEncryptorInterface>), 61 MOCK_METHOD(rtc::scoped_refptr<FrameEncryptorInterface>,
|
D | mock_frame_encryptor.h | 19 class MockFrameEncryptor : public FrameEncryptorInterface {
|
D | fake_frame_encryptor.h | 29 : public rtc::RefCountedObject<FrameEncryptorInterface> {
|
/external/webrtc/api/ |
D | rtp_sender_interface.h | 96 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor) = 0; 100 virtual rtc::scoped_refptr<FrameEncryptorInterface> GetFrameEncryptor()
|
/external/webrtc/sdk/android/src/jni/pc/ |
D | rtp_sender.cc | 108 ->SetFrameEncryptor(rtc::scoped_refptr<FrameEncryptorInterface>( in JNI_RtpSender_SetFrameEncryptor() 109 reinterpret_cast<FrameEncryptorInterface*>( in JNI_RtpSender_SetFrameEncryptor()
|
/external/webrtc/call/ |
D | rtp_transport_controller_send_interface.h | 44 class FrameEncryptorInterface; variable 67 FrameEncryptorInterface* frame_encryptor = nullptr;
|
D | video_send_stream.h | 43 class FrameEncryptorInterface; variable 194 rtc::scoped_refptr<webrtc::FrameEncryptorInterface> frame_encryptor;
|
D | rtp_video_sender.h | 46 class FrameEncryptorInterface; variable 88 FrameEncryptorInterface* frame_encryptor,
|
D | audio_send_stream.h | 165 rtc::scoped_refptr<webrtc::FrameEncryptorInterface> frame_encryptor;
|
D | rtp_transport_controller_send.h | 45 class FrameEncryptorInterface; variable
|
/external/webrtc/pc/test/ |
D | mock_rtp_sender_internal.h | 78 (rtc::scoped_refptr<FrameEncryptorInterface>), 80 MOCK_METHOD(rtc::scoped_refptr<FrameEncryptorInterface>,
|
D | mock_voice_media_channel.h | 59 rtc::scoped_refptr<webrtc::FrameEncryptorInterface> frame_encryptor),
|
/external/webrtc/sdk/objc/api/peerconnection/ |
D | RTCRtpSender+Native.h | 29 - (void)setFrameEncryptor : (rtc::scoped_refptr<webrtc::FrameEncryptorInterface>)frameEncryptor;
|
D | RTCRtpSender.mm | 102 - (void)setFrameEncryptor:(rtc::scoped_refptr<webrtc::FrameEncryptorInterface>)frameEncryptor { argument
|
/external/webrtc/media/base/ |
D | media_channel.cc | 30 using webrtc::FrameEncryptorInterface; 63 rtc::scoped_refptr<FrameEncryptorInterface> frame_encryptor) { in SetFrameEncryptor()
|
/external/webrtc/media/engine/ |
D | webrtc_video_engine.h | 196 rtc::scoped_refptr<webrtc::FrameEncryptorInterface> 372 rtc::scoped_refptr<webrtc::FrameEncryptorInterface> frame_encryptor);
|