Searched refs:VsockClient (Results 1 – 10 of 10) sorted by relevance
/device/google/cuttlefish/guest/commands/vsoc_input_service/ |
D | vsoc_input_service.cpp | 85 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/ |
D | service4.cpp | 39 auto vsockFd = cuttlefish::SharedFD::VsockClient(2, FLAGS_port, SOCK_STREAM); in main()
|
/device/google/cuttlefish/guest/hals/gatekeeper/remote/ |
D | service.cpp | 43 auto vsockFd = cuttlefish::SharedFD::VsockClient(2, FLAGS_port, SOCK_STREAM); in main()
|
/device/google/cuttlefish/common/libs/device_config/ |
D | guest_device_config.cpp | 42 SharedFD::VsockClient(2 /*host cid*/, in GetRawFromServer()
|
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/ |
D | vsocket_screen_view.cpp | 70 screen_server_ = cuttlefish::SharedFD::VsockClient( in ConnectToScreenServer()
|
/device/google/cuttlefish/guest/monitoring/tombstone_transmit/ |
D | tombstone_transmit.cpp | 111 auto log_fd = cuttlefish::SharedFD::VsockClient(FLAGS_cid, FLAGS_port, in main()
|
/device/google/cuttlefish/guest/commands/vtpm_manager/ |
D | main.cpp | 119 auto proxy = cuttlefish::SharedFD::VsockClient(2, FLAGS_tpm_vsock_port, SOCK_STREAM); in main()
|
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/ |
D | main.cpp | 152 cuttlefish::SharedFD vsock_socket = cuttlefish::SharedFD::VsockClient( in TcpServer()
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.h | 138 static SharedFD VsockClient(unsigned int cid, unsigned int port, int type);
|
D | shared_fd.cpp | 411 SharedFD SharedFD::VsockClient(unsigned int cid, unsigned int port, int type) { in VsockClient() function in cuttlefish::SharedFD
|