Home
last modified time | relevance | path

Searched defs:SendRtcpPacket (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/openscreen/cast/streaming/
H A Dreceiver_packet_router.cc48 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 Dscenario_connection.cc154 void ScenarioIceConnectionImpl::SendRtcpPacket( in SendRtcpPacket() function in webrtc::ScenarioIceConnectionImpl
/aosp_15_r20/external/webrtc/pc/
H A Drtp_transport.cc135 bool RtpTransport::SendRtcpPacket(rtc::CopyOnWriteBuffer* packet, in SendRtcpPacket() function in webrtc::RtpTransport
H A Dsrtp_transport.cc176 bool SrtpTransport::SendRtcpPacket(rtc::CopyOnWriteBuffer* packet, in SendRtcpPacket() function in webrtc::SrtpTransport
/aosp_15_r20/external/webrtc/examples/androidvoip/jni/
H A Dandroid_voip_client.cc439 void AndroidVoipClient::SendRtcpPacket( in SendRtcpPacket() function in webrtc_examples::AndroidVoipClient