Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc_operator/
Dclient_handler.cpp227 std::shared_ptr<PollConnectionHandler> poll_handler; in DoPost() local
243 poll_handler = poll_store_->Get(conn_id); in DoPost()
244 if (!poll_handler) { in DoPost()
250 return DoPostInner(poll_handler, json_message); in DoPost()
254 std::shared_ptr<PollConnectionHandler> poll_handler) { in Poll() argument
255 if (!poll_handler) { in Poll()
259 auto messages = poll_handler->PollMessages(); in Poll()
273 std::shared_ptr<PollConnectionHandler> poll_handler, in DoPostInner() argument
288 poll_handler = std::make_shared<PollConnectionHandler>(); in DoPostInner()
289 poll_handler->SetClientId(device_handler->RegisterClient(poll_handler)); in DoPostInner()
[all …]