Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/screen_connector/
Dscreen_connector_multiplexer.h34 ScreenConnectorInputMultiplexer(HostModeCtrl& host_mode_ctrl) in ScreenConnectorInputMultiplexer() argument
35 : host_mode_ctrl_(host_mode_ctrl) { in ScreenConnectorInputMultiplexer()
Dscreen_connector.h60 HostModeCtrl& host_mode_ctrl)) in INJECT() argument
62 host_mode_ctrl_{host_mode_ctrl}, in INJECT()
/device/google/cuttlefish/host/libs/confui/
Dhost_virtual_input.cc25 HostModeCtrl& host_mode_ctrl, in HostVirtualInput() argument
28 host_mode_ctrl_(host_mode_ctrl), in HostVirtualInput()
Dhost_virtual_input.h38 INJECT(HostVirtualInput(HostServer& host_server, HostModeCtrl& host_mode_ctrl,
Dsession.cc29 HostModeCtrl& host_mode_ctrl, const std::string& locale) in Session() argument
33 host_mode_ctrl_{host_mode_ctrl},
Dhost_server.cc65 HostServer::HostServer(HostModeCtrl& host_mode_ctrl, in HostServer() argument
70 host_mode_ctrl_(host_mode_ctrl),
Dhost_server.h52 INJECT(HostServer(HostModeCtrl& host_mode_ctrl, ConfUiRenderer& host_renderer,
Dsession.h46 ConfUiRenderer& host_renderer, HostModeCtrl& host_mode_ctrl,