Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.cpp362 class WsConnectionWrapper : public ServerConnection { class
364 WsConnectionWrapper(std::shared_ptr<WsConnection> conn) : conn_(conn) {} in WsConnectionWrapper() function in cuttlefish::webrtc_streaming::WsConnectionWrapper