Home
last modified time | relevance | path

Searched refs:adb_status (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/
Dadb_client.cpp93 if (!adb_status(fd, error)) { in switch_socket_transport()
102 bool adb_status(int fd, std::string* error) { in adb_status() function
151 if (!adb_status(fd, error)) { in _adb_connect()
259 if (!adb_status(fd, &error)) { in adb_command()
Dadb_client.h55 bool adb_status(int fd, std::string* _Nonnull error);
Dcommandline.cpp815 adb_status(fd, &error); in adb_download_buffer()
827 if (!adb_status(fd, &error)) { in adb_download_buffer()
927 adb_status(device_fd, &error); in adb_sideload_host()
1790 if (fd < 0 || !adb_status(fd, &error)) { in adb_commandline()