Searched refs:wsi (Results 1 – 1 of 1) sorted by relevance
/device/google/cuttlefish/host/frontend/webrtc/lib/ |
D | ws_connection.cpp | 112 int LwsCallback(struct lws* wsi, enum lws_callback_reasons reason, void* user, 296 int LwsCallback(struct lws* wsi, enum lws_callback_reasons reason, void* user, in LwsCallback() argument 305 [wsi, user](std::function<void(std::shared_ptr<WsConnectionImpl>)> cb) { in LwsCallback() 307 auto connection = context->GetConnection(wsi); in LwsCallback() 324 [in, len, wsi](std::shared_ptr<WsConnectionImpl> connection) { in LwsCallback() 326 lws_frame_is_binary(wsi)); in LwsCallback() 346 return lws_callback_http_dummy(wsi, reason, user, in, len); in LwsCallback()
|