Home
last modified time | relevance | path

Searched defs:client_socket (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/libs/allocd/
Dutils.cpp81 bool SendJsonMsg(SharedFD client_socket, const Json::Value& resp) { in SendJsonMsg()
98 std::optional<Json::Value> RecvJsonMsg(SharedFD client_socket) { in RecvJsonMsg()
/device/google/cuttlefish/host/commands/cvd_send_sms/
Dmain.cc66 auto client_socket = cuttlefish::SharedFD::SocketLocalClient( in SendSmsMain() local
/device/google/cuttlefish/host/libs/audio_connector/
Dserver.cpp117 SharedFD client_socket, uint32_t num_streams, uint32_t num_jacks, in Create()