Searched defs:rtcpPacketLength (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
H A Dudp_transport_impl.cc2107 size_t rtcpPacketLength,
2110 if (rtcpPacket && rtcpPacketLength > 0)
2113 socketTransport->IncomingRTCPFunction(rtcpPacket, rtcpPacketLength,
2182 size_t rtcpPacketLength,
2236 _packetCallback->IncomingRTCPPacket(rtcpPacket, rtcpPacketLength,
2105 IncomingRTCPCallback(CallbackObj obj, const int8_t* rtcpPacket, size_t rtcpPacketLength, const SocketAddress* from) argument
2181 IncomingRTCPFunction(const int8_t* rtcpPacket, size_t rtcpPacketLength, const SocketAddress* fromSocket) argument

Completed in 100 milliseconds