Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/commands/vsock_logcat/
Dmain.cpp104 auto log_fd = cvd::SharedFD::VsockClient(FLAGS_cid, FLAGS_port, SOCK_STREAM); in main()
/device/google/cuttlefish_common/guest/hals/hwcomposer/cutf_cvm/
Dbase_composer.cpp80 : screen_server_(cvd::SharedFD::VsockClient( in FrameBuffer()
/device/google/cuttlefish_common/common/frontend/socket_vsock_proxy/
Dmain.cpp148 cvd::SharedFD vsock_socket = cvd::SharedFD::VsockClient( in host()
/device/google/cuttlefish_common/common/libs/fs/
Dshared_fd.cpp421 SharedFD SharedFD::VsockClient(unsigned int cid, unsigned int port, int type) { in VsockClient() function in cvd::SharedFD
Dshared_fd.h160 static SharedFD VsockClient(unsigned int cid, unsigned int port, int type);