Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dchannel_monitor.cpp48 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()
Dchannel_monitor.h61 Client(SharedFD fd, ClientType client_type);
62 Client(SharedFD read, SharedFD write, ClientType client_type);
/device/google/cuttlefish/host/commands/metrics/proto/
Dclientanalytics.proto27 optional int32 client_type = 1; field
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dsocket_vsock_proxy.cpp48 DEFINE_string(client_type, "", "The type of server to host, `vsock` or `tcp`.");
/device/google/cuttlefish/shared/config/
Dinit.vendor.rc105 …dor/bin/socket_vsock_proxy -server_type=vsock -server_vsock_port=6520 -client_type=tcp -client_tcp…