Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dws_connection.cpp100 return lws_context_; in lws_context()
108 struct lws_context* lws_context_; member in WsConnectionContextImpl
154 : lws_context_(lws_ctx) { in WsConnectionContextImpl()
159 lws_context_destroy(lws_context_); in ~WsConnectionContextImpl()
168 if (lws_service(lws_context_, 0) < 0) { in Start()