Searched defs:SendRtpPacket (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/webrtc/test/peer_scenario/ | ||
H A D | scenario_connection.cc | 142 void ScenarioIceConnectionImpl::SendRtpPacket( in SendRtpPacket() function in webrtc::ScenarioIceConnectionImpl |
/aosp_15_r20/external/webrtc/pc/ | ||
H A D | rtp_transport.cc | 129 bool RtpTransport::SendRtpPacket(rtc::CopyOnWriteBuffer* packet, in SendRtpPacket() function in webrtc::RtpTransport |
H A D | srtp_transport.cc | 120 bool SrtpTransport::SendRtpPacket(rtc::CopyOnWriteBuffer* packet, in SendRtpPacket() function in webrtc::SrtpTransport |
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/ | ||
D | IRtpSession.cpp | 296 bool IRtpSession::SendRtpPacket(uint32_t payloadType, uint8_t* data, uint32_t dataSize, in SendRtpPacket() function in IRtpSession |
/aosp_15_r20/external/webrtc/examples/androidvoip/jni/ | ||
H A D | android_voip_client.cc | 420 void AndroidVoipClient::SendRtpPacket(const std::vector<uint8_t>& packet_copy) { in SendRtpPacket() function in webrtc_examples::AndroidVoipClient |