Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dclient_handler.cpp282 for (auto &data_channel : data_channels_) { in ~ClientHandler() local
506 rtc::scoped_refptr<webrtc::DataChannelInterface> data_channel) { in OnDataChannel()