Home
last modified time | relevance | path

Searched defs:just_read (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/adb_connector/
Dadb_connection_maintainer.cpp76 auto just_read = sock->Read(data.get() + total_read, count - total_read); in RecvAll() local
139 std::vector<char> just_read(16); in RecvUptimeResult() local
/device/google/cuttlefish/tools/play_audio/
Dclient_socket.cpp89 auto just_read = in RecvAll() local
/device/google/cuttlefish/common/libs/tcp_socket/
Dtcp_socket.cpp51 auto just_read = fd_->Read(&buf[total_read], buf.size() - total_read); in Recv() local