Searched defs:error_out (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dtransport.cpp654 bool* is_ambiguous, std::string* error_out) {
658 *error_out = android::base::StringPrintf("device '%s' not found", serial);
660 *error_out = "no emulators found";
662 *error_out = "no devices/emulators found";
664 *error_out = "no devices found";
671 *error_out = UsbNoPermissionsLongHelpText();
680 *error_out = "more than one device";
690 *error_out = "more than one device";
698 *error_out = "more than one emulator";
706 *error_out
653 acquire_one_transport(TransportType type, const char* serial, bool* is_ambiguous, std::string* error_out) argument
[all...]

Completed in 75 milliseconds