Searched refs:VsockServer (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/host/commands/run_cvd/ |
D | launch.cc | 91 touch_server = cuttlefish::SharedFD::VsockServer(instance.touch_server_port(), in CreateStreamerServers() 94 cuttlefish::SharedFD::VsockServer(instance.keyboard_server_port(), in CreateStreamerServers() 118 frames_server = cuttlefish::SharedFD::VsockServer(instance.frames_server_port(), in CreateStreamerServers() 203 auto socket = cuttlefish::SharedFD::VsockServer(port, SOCK_STREAM); in LaunchConfigServer() 236 auto socket = cuttlefish::SharedFD::VsockServer(port, SOCK_STREAM); in LaunchTombstoneReceiverIfEnabled() 398 auto socket = cuttlefish::SharedFD::VsockServer(port, SOCK_STREAM); in LaunchModemSimulatorIfEnabled() 446 auto socket = cuttlefish::SharedFD::VsockServer(port, SOCK_STREAM); in LaunchTpmSimulator() 471 auto server = cuttlefish::SharedFD::VsockServer(SOCK_STREAM); in LaunchTpmPassthrough() 503 cuttlefish::SharedFD::VsockServer(keymaster_port, SOCK_STREAM); in LaunchSecureEnvironment() 506 cuttlefish::SharedFD::VsockServer(gatekeeper_port, SOCK_STREAM); in LaunchSecureEnvironment()
|
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/ |
D | main.cpp | 196 [[noreturn]] void VsockServer() { in VsockServer() function 200 vsock = cuttlefish::SharedFD::VsockServer(FLAGS_vsock_port, SOCK_STREAM); in VsockServer() 236 VsockServer(); in main()
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.cpp | 384 SharedFD SharedFD::VsockServer(unsigned int port, int type) { in VsockServer() function in cuttlefish::SharedFD 407 SharedFD SharedFD::VsockServer(int type) { in VsockServer() function in cuttlefish::SharedFD 408 return VsockServer(VMADDR_PORT_ANY, type); in VsockServer()
|
D | shared_fd.h | 136 static SharedFD VsockServer(unsigned int port, int type); 137 static SharedFD VsockServer(int type);
|