Lines Matching refs:error_out

906                                   bool* is_ambiguous, std::string* error_out,  in acquire_one_transport()  argument
911 *error_out = android::base::StringPrintf("no device with transport id '%" PRIu64 "'", in acquire_one_transport()
914 *error_out = android::base::StringPrintf("device '%s' not found", serial); in acquire_one_transport()
916 *error_out = "no emulators found"; in acquire_one_transport()
918 *error_out = "no devices/emulators found"; in acquire_one_transport()
920 *error_out = "no devices found"; in acquire_one_transport()
926 *error_out = UsbNoPermissionsLongHelpText(); in acquire_one_transport()
938 *error_out = "more than one device with serial "s + serial; in acquire_one_transport()
948 *error_out = "more than one USB device"; in acquire_one_transport()
956 *error_out = "more than one emulator"; in acquire_one_transport()
964 *error_out = "more than one device/emulator"; in acquire_one_transport()
981 *error_out = "device still connecting"; in acquire_one_transport()
986 *error_out = "device still authorizing"; in acquire_one_transport()
991 *error_out = "device unauthorized.\n"; in acquire_one_transport()
993 *error_out += "This adb server's $ADB_VENDOR_KEYS is "; in acquire_one_transport()
994 *error_out += ADB_VENDOR_KEYS ? ADB_VENDOR_KEYS : "not set"; in acquire_one_transport()
995 *error_out += "\n"; in acquire_one_transport()
996 *error_out += "Try 'adb kill-server' if that seems wrong.\n"; in acquire_one_transport()
997 *error_out += "Otherwise check for a confirmation dialog on your device."; in acquire_one_transport()
1003 *error_out = "device offline"; in acquire_one_transport()
1013 *error_out = "success"; in acquire_one_transport()