Searched refs:client_type (Results 1 – 5 of 5) sorted by relevance
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | channel_monitor.cpp | 48 Client::Client(SharedFD fd, ClientType client_type) in Client() argument 49 : type(client_type), client_read_fd_(fd), client_write_fd_(fd) {} in Client() 51 Client::Client(SharedFD read, SharedFD write, ClientType client_type) in Client() argument 52 : type(client_type), in Client()
|
D | channel_monitor.h | 61 Client(SharedFD fd, ClientType client_type); 62 Client(SharedFD read, SharedFD write, ClientType client_type);
|
/device/google/cuttlefish/host/commands/metrics/proto/ |
D | clientanalytics.proto | 27 optional int32 client_type = 1; field
|
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/ |
D | socket_vsock_proxy.cpp | 48 DEFINE_string(client_type, "", "The type of server to host, `vsock` or `tcp`.");
|
/device/google/cuttlefish/shared/config/ |
D | init.vendor.rc | 105 …dor/bin/socket_vsock_proxy -server_type=vsock -server_vsock_port=6520 -client_type=tcp -client_tcp…
|