Home
last modified time | relevance | path

Searched defs:lws_context (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libwebsockets/lib/core/
H A Dprivate-lib-core.h421 struct lws_context { struct
445 struct lws_context_per_thread pt[LWS_MAX_SMP]; argument
446 lws_retry_bo_t default_retry;
447 lws_sorted_usec_list_t sul_system_state;
449 lws_lifecycle_group_t lcg[LWSLCG_COUNT];
451 const struct lws_protocols *protocols_copy;
454 lws_sorted_usec_list_t sul_nl_coldplug;
456 lws_dll2_owner_t routing_table;
457 struct lws *netlink;
461 struct sockaddr_in frt_pipe_si;
[all …]
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.cpp133 struct lws_context* lws_context() { in lws_context() function in cuttlefish::webrtc_streaming::WsConnectionContext