Home
last modified time | relevance | path

Searched refs:RecvAll (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/frontend/adb_connector/
Dadb_connection_maintainer.cpp81 return RecvAll(sock, kAdbStatusResponseLength) == kAdbOkayStatusResponse; in AdbSendMessage()
109 auto length_as_hex_str = RecvAll(sock, kAdbMessageLengthLength); in RecvAdbResponse()
115 return RecvAll(sock, length); in RecvAdbResponse()
166 const std::string status = RecvAll(sock, kAdbStatusResponseLength); in WaitForAdbAuthorization()
/device/google/cuttlefish/common/libs/fs/
Dshared_buf.h179 std::string RecvAll(SharedFD sock, const size_t count);
Dshared_buf.cc115 std::string RecvAll(SharedFD sock, const size_t count) { in RecvAll() function
/device/google/cuttlefish/host/libs/allocd/
Dutils.cpp108 std::string payload = RecvAll(client_socket, header.len); in RecvJsonMsg()