Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.cpp121 WsConnectionContext(struct lws_context* lws_ctx);
133 struct lws_context* lws_context() { in lws_context() function in cuttlefish::webrtc_streaming::WsConnectionContext
142 struct lws_context* lws_context_;
329 struct lws_context* lws_ctx = lws_create_context(&context_info); in Create()
336 WsConnectionContext::WsConnectionContext(struct lws_context* lws_ctx) in WsConnectionContext()
431 lws_sul_schedule(context_->lws_context(), 0, &extended_sul_.sul, in Connect()
570 connect_info.context = context_->lws_context(); in ConnectInner()
/device/google/cuttlefish/host/frontend/webrtc/
Dclient_server.h38 ClientFilesServer(std::unique_ptr<Config> config, lws_context* context);
43 lws_context* context_;
Dclient_server.cpp54 lws_context* context) in ClientFilesServer()
/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_server.h84 struct lws_context* context_;