Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc_operator/
Dclient_handler.cpp202 : DynHandler(wsi), poll_store_(poll_store) {} in ClientDynHandler()
243 poll_handler = poll_store_->Get(conn_id); in DoPost()
291 auto conn_id = poll_store_->Add(poll_handler); in DoPostInner()
Dclient_handler.h104 PollConnectionStore* poll_store_; variable