Searched defs:SendRtcpPacket (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/openscreen/cast/streaming/ | ||
H A D | receiver_packet_router.cc | 48 void ReceiverPacketRouter::SendRtcpPacket(absl::Span<const uint8_t> packet) { in SendRtcpPacket() function in openscreen::cast::ReceiverPacketRouter |
/aosp_15_r20/external/webrtc/test/peer_scenario/ | ||
H A D | scenario_connection.cc | 154 void ScenarioIceConnectionImpl::SendRtcpPacket( in SendRtcpPacket() function in webrtc::ScenarioIceConnectionImpl |
/aosp_15_r20/external/webrtc/pc/ | ||
H A D | rtp_transport.cc | 135 bool RtpTransport::SendRtcpPacket(rtc::CopyOnWriteBuffer* packet, in SendRtcpPacket() function in webrtc::RtpTransport |
H A D | srtp_transport.cc | 176 bool SrtpTransport::SendRtcpPacket(rtc::CopyOnWriteBuffer* packet, in SendRtcpPacket() function in webrtc::SrtpTransport |
/aosp_15_r20/external/webrtc/examples/androidvoip/jni/ | ||
H A D | android_voip_client.cc | 439 void AndroidVoipClient::SendRtcpPacket( in SendRtcpPacket() function in webrtc_examples::AndroidVoipClient |