/aosp_15_r20/external/webrtc/media/base/ |
H A D | media_channel.cc | 80 bool MediaChannel::SendRtcp(rtc::CopyOnWriteBuffer* packet, in SendRtcp() function in cricket::MediaChannel 209 void MediaChannel::SendRtcp(const uint8_t* data, size_t len) { in SendRtcp() function in cricket::MediaChannel
|
H A D | fake_network_interface.h | 141 virtual bool SendRtcp(rtc::CopyOnWriteBuffer* packet, in SendRtcp() function
|
H A D | fake_media_engine.h | 79 bool SendRtcp(const void* data, size_t len) { in SendRtcp() function
|
/aosp_15_r20/external/webrtc/call/ |
H A D | degraded_call.cc | 41 void DegradedCall::FakeNetworkPipeOnTaskQueue::SendRtcp(const uint8_t* packet, in SendRtcp() function in webrtc::DegradedCall::FakeNetworkPipeOnTaskQueue 124 bool DegradedCall::FakeNetworkPipeTransportAdapter::SendRtcp( in SendRtcp() function in webrtc::DegradedCall::FakeNetworkPipeTransportAdapter
|
H A D | fake_network_pipe.cc | 151 bool FakeNetworkPipe::SendRtcp(const uint8_t* packet, size_t length) { in SendRtcp() function in webrtc::FakeNetworkPipe 168 bool FakeNetworkPipe::SendRtcp(const uint8_t* packet, in SendRtcp() function in webrtc::FakeNetworkPipe
|
/aosp_15_r20/external/webrtc/video/end_to_end_tests/ |
H A D | network_state_tests.cc | 46 bool SendRtcp(const uint8_t* packet, size_t length) override { in SendRtcp() function in webrtc::NetworkStateEndToEndTest::UnusedTransport 73 bool SendRtcp(const uint8_t* packet, size_t length) override { in SendRtcp() function in webrtc::NetworkStateEndToEndTest::RequiredTransport
|
/aosp_15_r20/external/webrtc/test/ |
H A D | null_transport.cc | 21 bool NullTransport::SendRtcp(const uint8_t* packet, size_t length) { in SendRtcp() function in webrtc::test::NullTransport
|
H A D | direct_transport.cc | 76 bool DirectTransport::SendRtcp(const uint8_t* data, size_t length) { in SendRtcp() function in webrtc::test::DirectTransport
|
H A D | rtp_rtcp_observer.h | 121 bool SendRtcp(const uint8_t* packet, size_t length) override { in SendRtcp() function
|
/aosp_15_r20/external/webrtc/video/ |
H A D | transport_adapter.cc | 34 bool TransportAdapter::SendRtcp(const uint8_t* packet, size_t length) { in SendRtcp() function in webrtc::internal::TransportAdapter
|
H A D | video_analyzer.cc | 313 bool VideoAnalyzer::SendRtcp(const uint8_t* packet, size_t length) { in SendRtcp() function in webrtc::VideoAnalyzer
|
/aosp_15_r20/external/webrtc/test/scenario/ |
H A D | network_node.cc | 96 bool NetworkNodeTransport::SendRtcp(const uint8_t* packet, size_t length) { in SendRtcp() function in webrtc::test::NetworkNodeTransport
|
/aosp_15_r20/external/webrtc/rtc_tools/rtp_generator/ |
H A D | rtp_generator.cc | 283 bool RtpGenerator::SendRtcp(const uint8_t* packet, size_t length) { in SendRtcp() function in webrtc::RtpGenerator
|
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ |
H A D | rtp_sender_audio_unittest.cc | 57 bool SendRtcp(const uint8_t* data, size_t len) override { return false; } in SendRtcp() function in webrtc::__anonabbd615c0111::LoopbackTransportTest
|
H A D | nack_rtx_unittest.cc | 105 bool SendRtcp(const uint8_t* data, size_t len) override { in SendRtcp() function in webrtc::RtxLoopBackTransport
|
H A D | rtp_rtcp_impl_unittest.cc | 83 bool SendRtcp(const uint8_t* data, size_t len) override { in SendRtcp() function in webrtc::__anonee48ef940111::SendTransport
|
H A D | rtcp_transceiver_impl_unittest.cc | 134 bool SendRtcp(const uint8_t* data, size_t size) override { in SendRtcp() function in webrtc::__anon69be5d640111::FakeRtcpTransport 163 bool SendRtcp(const uint8_t* data, size_t size) override { in SendRtcp() function in webrtc::__anon69be5d640111::RtcpParserTransport
|
H A D | rtcp_sender_unittest.cc | 62 bool SendRtcp(const uint8_t* data, size_t len) override { in SendRtcp() function in webrtc::TestTransport
|
H A D | rtp_sender_egress_unittest.cc | 108 bool SendRtcp(const uint8_t*, size_t) override { RTC_CHECK_NOTREACHED(); } in SendRtcp() function in webrtc::__anonf79f61b30111::TestTransport
|
H A D | rtp_rtcp_impl2_unittest.cc | 108 bool SendRtcp(const uint8_t* data, size_t len) override { in SendRtcp() function in webrtc::__anona941dee60111::SendTransport
|
H A D | rtp_sender_video_unittest.cc | 119 bool SendRtcp(const uint8_t* data, size_t len) override { return false; } in SendRtcp() function in webrtc::__anon381e3e610111::LoopbackTransportTest
|
/aosp_15_r20/external/openscreen/cast/streaming/ |
H A D | receiver.cc | 324 void Receiver::SendRtcp() { in SendRtcp() function in openscreen::cast::Receiver
|
/aosp_15_r20/external/webrtc/examples/androidvoip/jni/ |
H A D | android_voip_client.cc | 449 bool AndroidVoipClient::SendRtcp(const uint8_t* packet, size_t length) { in SendRtcp() function in webrtc_examples::AndroidVoipClient
|
/aosp_15_r20/external/webrtc/pc/ |
H A D | channel.cc | 292 bool BaseChannel::SendRtcp(rtc::CopyOnWriteBuffer* packet, in SendRtcp() function in cricket::BaseChannel
|
/aosp_15_r20/external/webrtc/media/engine/ |
H A D | webrtc_voice_engine.cc | 2508 bool WebRtcVoiceMediaChannel::SendRtcp(const uint8_t* data, size_t len) { in SendRtcp() function in cricket::WebRtcVoiceMediaChannel
|