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

  /external/webrtc/webrtc/p2p/base/
p2ptransport.cc 11 #include "webrtc/p2p/base/p2ptransport.h"
23 P2PTransport::P2PTransport(const std::string& name, PortAllocator* allocator)
26 P2PTransport::~P2PTransport() {
30 TransportChannelImpl* P2PTransport::CreateTransportChannel(int component) {
34 void P2PTransport::DestroyTransportChannel(TransportChannelImpl* channel) {
p2ptransport.h 20 class P2PTransport : public Transport {
22 P2PTransport(const std::string& name, PortAllocator* allocator);
23 virtual ~P2PTransport();
32 RTC_DISALLOW_COPY_AND_ASSIGN(P2PTransport);

Completed in 277 milliseconds