Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dws_connection.cpp141 struct lws_context_creation_info context_info = {}; in Create() local
142 context_info.port = CONTEXT_PORT_NO_LISTEN; in Create()
143 context_info.options = LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT; in Create()
144 context_info.protocols = kProtocols; in Create()
145 struct lws_context* lws_ctx = lws_create_context(&context_info); in Create()