Home
last modified time | relevance | path

Searched defs:clients_ (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc_operator/
Ddevice_handler.h57 std::vector<std::weak_ptr<ClientHandler>> clients_; variable
/device/google/cuttlefish/host/commands/modem_simulator/
Dchannel_monitor.h111 std::vector<std::unique_ptr<Client>> clients_; variable
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp181 std::map<int, std::shared_ptr<ClientHandler>> clients_; member in cuttlefish::webrtc_streaming::Streamer::Impl