Home
last modified time | relevance | path

Searched refs:RefCountedChannel (Results 1 – 2 of 2) 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() argument
148 std::vector<RefCountedChannel>::iterator FindChannel_w( argument
198 std::vector<RefCountedChannel> channels_;
Dtransportcontroller.cc169 channels_.insert(channels_.end(), RefCountedChannel(channel))->AddRef(); in CreateTransportChannel_w()
263 std::vector<TransportController::RefCountedChannel>::iterator
268 [transport_name, component](const RefCountedChannel& channel) { in FindChannel_w()