Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/adb_connector/
Dadb_connection_maintainer.cpp77 if (!SendAll(sock, message)) { in AdbSendMessage()
161 if (!SendAll(sock, MakeGetStateMessage(address))) { in WaitForAdbAuthorization()
/device/google/cuttlefish/common/libs/fs/
Dshared_buf.h170 bool SendAll(SharedFD sock, std::string_view msg);
Dshared_buf.cc99 bool SendAll(SharedFD sock, std::string_view msg) { in SendAll() function
Dshared_fd.cpp757 SendAll(client, msg); in VsockClient()
/device/google/cuttlefish/host/libs/allocd/
Dutils.cpp95 return SendAll(client_socket, payload); in SendJsonMsg()