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

/external/webrtc/webrtc/test/
H A Ddirect_transport.cc20 DirectTransport::DirectTransport(Call* send_call) function in class:webrtc::test::DirectTransport
21 : DirectTransport(FakeNetworkPipe::Config(), send_call) {}
23 DirectTransport::DirectTransport(const FakeNetworkPipe::Config& config, function in class:webrtc::test::DirectTransport
34 DirectTransport::~DirectTransport() { StopSending(); }
36 void DirectTransport::SetConfig(const FakeNetworkPipe::Config& config) {
40 void DirectTransport::StopSending() {
50 void DirectTransport
[all...]
H A Ddirect_transport.h32 class DirectTransport : public Transport { class in namespace:webrtc::test
34 explicit DirectTransport(Call* send_call);
35 DirectTransport(const FakeNetworkPipe::Config& config, Call* send_call);
36 ~DirectTransport();

Completed in 146 milliseconds