Home
last modified time | relevance | path

Searched defs:RecvAll (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish_common/tools/play_audio/
Dclient_socket.cpp85 std::vector<unsigned char> ClientSocket::RecvAll(ssize_t count) { in RecvAll() function in ClientSocket
/device/google/cuttlefish_common/host/libs/adb_connection_maintainer/
Dadb_connection_maintainer.cpp72 std::string RecvAll(cvd::SharedFD sock, const size_t count) { in RecvAll() function