Searched refs:ReadProtocolString (Results 1 – 4 of 4) sorted by relevance
| /system/core/adb/ |
| D | adb_client.cpp | 119 ReadProtocolString(fd, error, error); in adb_status() 193 if (!ReadProtocolString(fd, &version_string, error)) { in adb_connect() 278 if (!ReadProtocolString(fd, result, error)) { in adb_query()
|
| D | adb_io.h | 34 bool ReadProtocolString(int fd, std::string* s, std::string* error);
|
| D | adb_io.cpp | 44 bool ReadProtocolString(int fd, std::string* s, std::string* error) { in ReadProtocolString() function
|
| D | commandline.cpp | 1798 if (ReadProtocolString(fd, &resolved_port, &error) && !resolved_port.empty()) { in adb_commandline()
|