Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dadb_client.cpp116 if (!adb_status(fd, error)) { in switch_socket_transport()
132 bool adb_status(borrowed_fd fd, std::string* error) { in adb_status() function
185 if (!adb_status(fd.get(), error)) { in _adb_connect()
377 if (!adb_status(fd.get(), &error)) { in adb_command()
Dadb_client.h73 bool adb_status(borrowed_fd fd, std::string* _Nonnull error);
Dcommandline.cpp844 adb_status(out_fd, &error); in adb_sideload_legacy()
854 if (!adb_status(out_fd, &error)) { in adb_sideload_legacy()
966 adb_status(device_fd, &error); in adb_sideload_install()
1919 if (fd < 0 || !adb_status(fd.get(), &error_message)) { in adb_commandline()