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

  /external/webrtc/webrtc/test/
direct_transport.cc 20 DirectTransport::DirectTransport(Call* send_call)
21 : DirectTransport(FakeNetworkPipe::Config(), send_call) {}
23 DirectTransport::DirectTransport(const FakeNetworkPipe::Config& config,
34 DirectTransport::~DirectTransport() { StopSending(); }
36 void DirectTransport::SetConfig(const FakeNetworkPipe::Config& config) {
40 void DirectTransport::StopSending() {
50 void DirectTransport::SetReceiver(PacketReceiver* receiver)
    [all...]
direct_transport.h 32 class DirectTransport : public Transport {
34 explicit DirectTransport(Call* send_call);
35 DirectTransport(const FakeNetworkPipe::Config& config, Call* send_call);
36 ~DirectTransport();

Completed in 77 milliseconds