Home
last modified time | relevance | path

Searched refs:IncomingRTPFunction (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.h166 void IncomingRTPFunction(const int8_t* rtpPacket,
Dudp_transport_impl.cc2101 socketTransport->IncomingRTPFunction(rtpPacket, rtpPacketLength, from); in IncomingRTPCallback()
2118 void UdpTransportImpl::IncomingRTPFunction(const int8_t* rtpPacket, in IncomingRTPFunction() function in webrtc::test::UdpTransportImpl