Home
last modified time | relevance | path

Searched refs:error_out (Results 1 – 2 of 2) sorted by relevance

/packages/modules/adb/
Dtransport.cpp906 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()
[all …]
Dtransport.h471 bool* is_ambiguous, std::string* error_out,