Lines Matching refs:error_out
597 …sport *acquire_one_transport(int state, transport_type ttype, const char* serial, char** error_out) in acquire_one_transport() argument
604 if (error_out) in acquire_one_transport()
605 *error_out = "device not found"; in acquire_one_transport()
610 if (error_out) in acquire_one_transport()
611 *error_out = "insufficient permissions for device"; in acquire_one_transport()
624 if (error_out) in acquire_one_transport()
625 *error_out = "more than one device"; in acquire_one_transport()
633 if (error_out) in acquire_one_transport()
634 *error_out = "more than one emulator"; in acquire_one_transport()
642 if (error_out) in acquire_one_transport()
643 *error_out = "more than one device and emulator"; in acquire_one_transport()
657 if (error_out) in acquire_one_transport()
658 *error_out = "device offline"; in acquire_one_transport()
663 if (error_out) in acquire_one_transport()
664 *error_out = "invalid device state"; in acquire_one_transport()
671 if (error_out) in acquire_one_transport()
672 *error_out = NULL; in acquire_one_transport()