Home
last modified time | relevance | path

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

/system/core/adb/client/
Dadb_client.cpp115 if (!adb_status(fd, error)) { in switch_socket_transport()
131 bool adb_status(int fd, std::string* error) { in adb_status() function
183 if (!adb_status(fd.get(), error)) { in _adb_connect()
358 if (!adb_status(fd.get(), &error)) { in adb_command()
Dadb_client.h67 bool adb_status(int fd, std::string* _Nonnull error);
Dcommandline.cpp821 adb_status(out_fd, &error); in adb_sideload_legacy()
831 if (!adb_status(out_fd, &error)) { in adb_sideload_legacy()
943 adb_status(device_fd, &error); in adb_sideload_install()
1772 if (fd < 0 || !adb_status(fd.get(), &error_message)) { in adb_commandline()