Home
last modified time | relevance | path

Searched defs:RefCountedChannel (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dtransportcontroller.h128 struct RefCountedChannel { struct
129 RefCountedChannel() : impl_(nullptr), ref_(0) {} in RefCountedChannel() argument
130 explicit RefCountedChannel(TransportChannelImpl* impl) in RefCountedChannel() function
148 std::vector<RefCountedChannel>::iterator FindChannel_w( argument