Searched refs:adb_status (Results 1 – 3 of 3) sorted by relevance
115 if (!adb_status(fd, error)) { in switch_socket_transport()131 bool adb_status(int fd, std::string* error) { in adb_status() function183 if (!adb_status(fd.get(), error)) { in _adb_connect()358 if (!adb_status(fd.get(), &error)) { in adb_command()
67 bool adb_status(int fd, std::string* _Nonnull error);
821 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()