Searched refs:ReadProtocolString (Results  1 – 5 of 5) sorted by relevance
| /packages/modules/adb/client/ | 
| D | adb_client.cpp | 154     ReadProtocolString(fd, error, error);  in adb_status()223         if (!ReadProtocolString(fd.get(), &output, &error)) {  in adb_kill_server()
 284             if (!ReadProtocolString(fd, &version_string, error)) {  in __adb_check_server_version()
 400     if (!ReadProtocolString(fd.get(), result, error)) {  in adb_query()
 
 | 
| D | commandline.cpp | 1906         if (ReadProtocolString(fd, &resolved_port, &error_message) && !resolved_port.empty()) {  in adb_commandline()
 | 
| /packages/modules/adb/ | 
| D | adb_io.h | 37 bool ReadProtocolString(borrowed_fd fd, std::string* s, std::string* error);
 | 
| D | adb_io.cpp | 50 bool ReadProtocolString(borrowed_fd fd, std::string* s, std::string* error) {  in ReadProtocolString()  function
 | 
| /packages/modules/adb/daemon/ | 
| D | abb.cpp | 91         if (!ReadProtocolString(fd, &data, &error)) {  in main()
 |