Searched refs:lws_context_ (Results 1 – 1 of 1) sorted by relevance
134 return lws_context_; in lws_context()142 struct lws_context* lws_context_; member in cuttlefish::webrtc_streaming::WsConnectionContext337 : lws_context_(lws_ctx) { in WsConnectionContext()342 lws_context_destroy(lws_context_); in ~WsConnectionContext()351 if (lws_service(lws_context_, 0) < 0) { in Start()