Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc_operator/
Dclient_handler.h128 class PollHandler : public ClientDynHandler {
130 PollHandler(struct lws* wsi, PollConnectionStore* poll_store);
Dclient_handler.cpp336 PollHandler::PollHandler(struct lws* wsi, PollConnectionStore* poll_store) in PollHandler() function in cuttlefish::PollHandler
339 HttpStatusCode PollHandler::DoPostInner( in DoPostInner()
Dserver.cpp108 new cuttlefish::PollHandler(wsi, &poll_store)); in main()