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

  /external/chromium_org/third_party/webrtc/test/channel_transport/
channel_transport.cc 31 VoiceChannelTransport::VoiceChannelTransport(VoENetwork* voe_network,
46 VoiceChannelTransport::~VoiceChannelTransport() {
51 void VoiceChannelTransport::IncomingRTPPacket(
60 void VoiceChannelTransport::IncomingRTCPPacket(
69 int VoiceChannelTransport::SetLocalReceiver(uint16_t rtp_port) {
78 int VoiceChannelTransport::SetSendDestination(const char* ip_address,
  /external/chromium_org/third_party/webrtc/test/channel_transport/include/
channel_transport.h 24 class VoiceChannelTransport : public UdpTransportData {
26 VoiceChannelTransport(VoENetwork* voe_network, int channel);
28 virtual ~VoiceChannelTransport();

Completed in 126 milliseconds