Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/commands/vsoc_input_service/
Dvsoc_input_service.cpp85 keyboard_fd = cuttlefish::SharedFD::VsockClient(2, FLAGS_keyboard_port, SOCK_STREAM); in ProcessEvents()
93 touch_fd = cuttlefish::SharedFD::VsockClient(2, FLAGS_touch_port, SOCK_STREAM); in ProcessEvents()
/device/google/cuttlefish/guest/hals/keymaster/remote/
Dservice4.cpp39 auto vsockFd = cuttlefish::SharedFD::VsockClient(2, FLAGS_port, SOCK_STREAM); in main()
/device/google/cuttlefish/guest/hals/gatekeeper/remote/
Dservice.cpp43 auto vsockFd = cuttlefish::SharedFD::VsockClient(2, FLAGS_port, SOCK_STREAM); in main()
/device/google/cuttlefish/common/libs/device_config/
Dguest_device_config.cpp42 SharedFD::VsockClient(2 /*host cid*/, in GetRawFromServer()
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
Dvsocket_screen_view.cpp70 screen_server_ = cuttlefish::SharedFD::VsockClient( in ConnectToScreenServer()
/device/google/cuttlefish/guest/monitoring/tombstone_transmit/
Dtombstone_transmit.cpp111 auto log_fd = cuttlefish::SharedFD::VsockClient(FLAGS_cid, FLAGS_port, in main()
/device/google/cuttlefish/guest/commands/vtpm_manager/
Dmain.cpp119 auto proxy = cuttlefish::SharedFD::VsockClient(2, FLAGS_tpm_vsock_port, SOCK_STREAM); in main()
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dmain.cpp152 cuttlefish::SharedFD vsock_socket = cuttlefish::SharedFD::VsockClient( in TcpServer()
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h138 static SharedFD VsockClient(unsigned int cid, unsigned int port, int type);
Dshared_fd.cpp411 SharedFD SharedFD::VsockClient(unsigned int cid, unsigned int port, int type) { in VsockClient() function in cuttlefish::SharedFD