Home
last modified time | relevance | path

Searched defs:RecvAll (Results 1 – 2 of 2) 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
/device/google/cuttlefish/host/frontend/adb_connector/
Dadb_connection_maintainer.cpp72 std::string RecvAll(cuttlefish::SharedFD sock, const size_t count) { in RecvAll() function