HomeSort by relevance Sort by last modified time
    Searched defs:VoiceChannelTransport (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/test/channel_transport/
channel_transport.cc 29 VoiceChannelTransport::VoiceChannelTransport(VoENetwork* voe_network,
44 VoiceChannelTransport::~VoiceChannelTransport() {
49 void VoiceChannelTransport::IncomingRTPPacket(
58 void VoiceChannelTransport::IncomingRTCPPacket(
67 int VoiceChannelTransport::SetLocalReceiver(uint16_t rtp_port) {
77 int VoiceChannelTransport::SetSendDestination(const char* ip_address,
channel_transport.h 23 class VoiceChannelTransport : public UdpTransportData {
25 VoiceChannelTransport(VoENetwork* voe_network, int channel);
27 virtual ~VoiceChannelTransport();

Completed in 45 milliseconds