Searched refs:client_socket (Results 1 – 5 of 5) sorted by relevance
/device/google/cuttlefish/host/libs/allocd/ |
D | utils.cpp | 81 bool SendJsonMsg(SharedFD client_socket, const Json::Value& resp) { in SendJsonMsg() argument 95 return SendAll(client_socket, payload); in SendJsonMsg() 98 std::optional<Json::Value> RecvJsonMsg(SharedFD client_socket) { in RecvJsonMsg() argument 101 client_socket->Recv(&header, sizeof(header), kRecvFlags); in RecvJsonMsg() 108 std::string payload = RecvAll(client_socket, header.len); in RecvJsonMsg()
|
D | utils.h | 42 bool SendJsonMsg(cuttlefish::SharedFD client_socket, const Json::Value& resp); 48 std::optional<Json::Value> RecvJsonMsg(cuttlefish::SharedFD client_socket);
|
/device/google/cuttlefish/host/libs/audio_connector/ |
D | server.cpp | 117 SharedFD client_socket, uint32_t num_streams, uint32_t num_jacks, in Create() argument 150 auto sent = client_socket->SendFileDescriptors( in Create() 155 << client_socket->StrError(); in Create() 160 std::move(tx_shm), std::move(rx_shm), client_socket, in Create()
|
D | server.h | 57 SharedFD client_socket, uint32_t num_streams, uint32_t num_jacks,
|
/device/google/cuttlefish/host/commands/cvd_send_sms/ |
D | main.cc | 66 auto client_socket = cuttlefish::SharedFD::SocketLocalClient( in SendSmsMain() local 68 SmsSender sms_sender(client_socket); in SendSmsMain()
|