Home
last modified time | relevance | path

Searched refs:adb_connect (Results 1 – 4 of 4) sorted by relevance

/system/core/adb/
Dadb_client.cpp161 int adb_connect(const std::string& service, std::string* error) { in adb_connect() function
253 int fd = adb_connect(service, &error); in adb_command()
272 int fd = adb_connect(service, error); in adb_query()
Dcommandline.cpp623 int fd = adb_connect(service_string, &error); in RemoteShell()
796 int fd = adb_connect(android::base::StringPrintf("%s:%d", service, sz), &error); in adb_download_buffer()
875 unique_fd device_fd(adb_connect(service, &error)); in adb_sideload_host()
969 int fd = adb_connect(adb_service_name, &error); in ppp()
1057 unique_fd fd(adb_connect(android::base::StringPrintf("%s:", command), &error)); in adb_root()
1121 fd = adb_connect(service_string, &error); in send_shell_command()
1227 int fd = adb_connect(cmd, &error); in backup()
1255 int fd = adb_connect("restore:", &error); in restore()
1370 int fd = adb_connect(command, &error); in adb_connect_command()
1670 int fd = adb_connect(cmd, &error); in adb_commandline()
[all …]
Dadb_client.h28 int adb_connect(const std::string& service, std::string* _Nonnull error);
Dfile_sync_client.cpp211 fd = adb_connect("sync:", &error); in SyncConnection()