Home
last modified time | relevance | path

Searched refs:data_channels_ (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dclient_handler.h134 std::vector<rtc::scoped_refptr<webrtc::DataChannelInterface>> data_channels_; variable
Dclient_handler.cpp282 for (auto &data_channel : data_channels_) { in ~ClientHandler()
514 data_channels_.push_back(data_channel); in OnDataChannel()