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.cpp87 WsConnectionContextImpl(struct lws_context* lws_ctx);
99 struct lws_context* lws_context() { in lws_context() function in WsConnectionContextImpl
108 struct lws_context* lws_context_;
145 struct lws_context* lws_ctx = lws_create_context(&context_info); in Create()
153 WsConnectionContextImpl::WsConnectionContextImpl(struct lws_context* lws_ctx) in WsConnectionContextImpl()
232 lws_sul_schedule(context_->lws_context(), 0, &extended_sul_.sul, in Connect()
367 connect_info.context = context_->lws_context(); in ConnectInner()