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

  /external/chromium_org/content/test/
webrtc_audio_device_test.cc 435 WebRTCTransportImpl::WebRTCTransportImpl(webrtc::VoENetwork* network)
439 WebRTCTransportImpl::~WebRTCTransportImpl() {}
441 int WebRTCTransportImpl::SendPacket(int channel, const void* data, int len) {
445 int WebRTCTransportImpl::SendRTCPPacket(int channel, const void* data,
webrtc_audio_device_test.h 196 class WebRTCTransportImpl : public webrtc::Transport {
198 explicit WebRTCTransportImpl(webrtc::VoENetwork* network);
199 virtual ~WebRTCTransportImpl();

Completed in 63 milliseconds