Home
last modified time | relevance | path

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

/device/google/cuttlefish/tools/play_audio/
Dclient_socket.cpp85 std::vector<unsigned char> ClientSocket::RecvAll(ssize_t count) { in RecvAll() function in ClientSocket
101 return HostOrderUInt16(RecvAll(sizeof(std::uint16_t)).data()); in RecvUInt16()
105 return HostOrderUInt32(RecvAll(sizeof(std::uint32_t)).data()); in RecvUInt32()
Dclient_socket.h45 std::vector<unsigned char> RecvAll(ssize_t count);
Dplay_audio.cpp63 auto encoded = conn->RecvAll(length); in RecvEncodedAudio()
/device/google/cuttlefish/host/frontend/adb_connector/
Dadb_connection_maintainer.cpp72 std::string RecvAll(cvd::SharedFD sock, const size_t count) { in RecvAll() function
104 return RecvAll(sock, kAdbStatusResponseLength) == kAdbOkayStatusResponse; in AdbSendMessage()
127 auto length_as_hex_str = RecvAll(sock, kAdbMessageLengthLength); in RecvAdbResponse()
132 return RecvAll(sock, length); in RecvAdbResponse()